set version to community

This commit is contained in:
Christophe Romain 2013-06-17 14:42:46 +02:00
parent 243d24015c
commit f123263230
2 changed files with 227 additions and 199 deletions

423
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)"