From: Ken Rice Date: Sat, 24 Mar 2012 04:26:12 +0000 (+0000) Subject: bump FS version to 1.1.beta1 X-Git-Tag: v1.2-rc1~19^2^2~55^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d8a1a79bc6002f4d225ffc1c2cd92afd0e2030;p=thirdparty%2Ffreeswitch.git bump FS version to 1.1.beta1 --- diff --git a/configure.in b/configure.in index 9599c2617f..d362db9dd0 100644 --- a/configure.in +++ b/configure.in @@ -3,10 +3,10 @@ # Must change all of the below together # For a release, set revision for that tagged release as well and uncomment -AC_INIT([freeswitch], [1.0.head], BUG-REPORT-ADDRESS) +AC_INIT([freeswitch], [1.1.beta1], BUG-REPORT-ADDRESS) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) -AC_SUBST(SWITCH_VERSION_MINOR, [0]) -AC_SUBST(SWITCH_VERSION_MICRO, [head]) +AC_SUBST(SWITCH_VERSION_MINOR, [1]) +AC_SUBST(SWITCH_VERSION_MICRO, [beta1]) #AC_SUBST(SWITCH_VERSION_REVISION, []) AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])