diff options
author | Badlop <badlop@process-one.net> | 2011-12-31 20:40:04 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-12-31 20:40:04 +0100 |
commit | 0283c6cdfe74974a1c9cf576e5558c4b29f69e1c (patch) | |
tree | 8b7036ae6772e41a58d9bcf2592623b253e763d0 /src | |
parent | mod_private.erl: misc errors cases fixes (thanks to Karim Gemayel) (diff) |
Revert "Update ejabberd version number to 2.1.10"
This reverts commit bcdae191417bbec40ec87d71b8143942da92f2f1.
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 18 | ||||
-rw-r--r-- | src/ejabberd.app | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/configure b/src/configure index 14bafa922..89e32a5f1 100755 --- a/src/configure +++ b/src/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for ejabberd 2.1.10. +# Generated by GNU Autoconf 2.68 for ejabberd 2.1.x. # # Report bugs to <ejabberd@process-one.net>. # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ejabberd' PACKAGE_TARNAME='ejabberd' -PACKAGE_VERSION='2.1.10' -PACKAGE_STRING='ejabberd 2.1.10' +PACKAGE_VERSION='2.1.x' +PACKAGE_STRING='ejabberd 2.1.x' PACKAGE_BUGREPORT='ejabberd@process-one.net' PACKAGE_URL='' @@ -1288,7 +1288,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ejabberd 2.1.10 to adapt to many kinds of systems. +\`configure' configures ejabberd 2.1.x to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1354,7 +1354,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ejabberd 2.1.10:";; + short | recursive ) echo "Configuration of ejabberd 2.1.x:";; esac cat <<\_ACEOF @@ -1479,7 +1479,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ejabberd configure 2.1.10 +ejabberd configure 2.1.x generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1823,7 +1823,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ejabberd $as_me 2.1.10, which was +It was created by ejabberd $as_me 2.1.x, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -5690,7 +5690,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ejabberd $as_me 2.1.10, which was +This file was extended by ejabberd $as_me 2.1.x, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5743,7 +5743,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ejabberd config.status 2.1.10 +ejabberd config.status 2.1.x configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/src/ejabberd.app b/src/ejabberd.app index 3d4f50f84..3fb342fe8 100644 --- a/src/ejabberd.app +++ b/src/ejabberd.app @@ -2,7 +2,7 @@ {application, ejabberd, [{description, "ejabberd"}, - {vsn, "2.1.10"}, + {vsn, "2.1.x"}, {modules, [acl, adhoc, configure, |