From: Anthony Minessale Date: Fri, 28 Feb 2014 02:17:26 +0000 (+0500) Subject: bump X-Git-Tag: v1.5.11~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b6c08b34ecd641ee3a1ab5058fc8d22a2b782e0;p=thirdparty%2Ffreeswitch.git bump --- diff --git a/configure.in b/configure.in index da9fc0affa..c0ab45b85e 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.5.10], bugs@freeswitch.org) +AC_INIT([freeswitch], [1.5.11b], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [5]) -AC_SUBST(SWITCH_VERSION_MICRO, [10]) +AC_SUBST(SWITCH_VERSION_MICRO, [11b]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])