aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-17 14:42:46 +0200
committerChristophe Romain <christophe.romain@process-one.net>2013-06-17 14:42:46 +0200
commitf123263230cbc9393bb017d67c5c4c74ac64a8c2 (patch)
treea1615c3457c1d544b18800801dae902ed26e7986 /configure.ac
parentRemove old obsolete R14 code (diff)
set version to community
Diffstat (limited to '')
-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)"