From: Ken Rice Date: Thu, 31 Jul 2014 14:09:15 +0000 (-0500) Subject: Bumb Rev X-Git-Tag: v1.4.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac405bb132bfddcbee21f7153f12e91a5c9e6357;p=thirdparty%2Ffreeswitch.git Bumb Rev --- diff --git a/configure.ac b/configure.ac index f8daf2d19a..f44859f55c 100644 --- a/configure.ac +++ b/configure.ac @@ -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.4.7], bugs@freeswitch.org) +AC_INIT([freeswitch], [1.4.8], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [4]) -AC_SUBST(SWITCH_VERSION_MICRO, [7]) +AC_SUBST(SWITCH_VERSION_MICRO, [8]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])