From: Anthony Minessale Date: Fri, 28 Feb 2014 02:16:32 +0000 (+0500) Subject: bump, that didn't last long X-Git-Tag: v1.5.10^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691c454113adb75692d093ff8ed80430c16d5ccb;p=thirdparty%2Ffreeswitch.git bump, that didn't last long --- diff --git a/configure.in b/configure.in index eeda5576a7..da9fc0affa 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.10b], bugs@freeswitch.org) +AC_INIT([freeswitch], [1.5.10], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [5]) -AC_SUBST(SWITCH_VERSION_MICRO, [10b]) +AC_SUBST(SWITCH_VERSION_MICRO, [10]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])