Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-17 16:42:46 +0400
committerChristophe Romain <christophe.romain@process-one.net>2013-06-17 16:42:46 +0400
commitf123263230cbc9393bb017d67c5c4c74ac64a8c2 (patch)
treea1615c3457c1d544b18800801dae902ed26e7986 /configure.ac
parent243d24015c1cbb2da712b8f542f3c577660b7983 (diff)
set version to community
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d3efb8069..ab334dd72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_PACKAGE_VERSION(3.0.0)
-AC_INIT(ejabberd, 3.0.0, [ejabberd@process-one.net], [ejabberd])
+AC_INIT(ejabberd, community, [ejabberd@process-one.net], [ejabberd])
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"