From: Anthony Minessale Date: Thu, 28 May 2015 17:36:43 +0000 (-0500) Subject: bump X-Git-Tag: v1.6.2~614^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b641ab6db38c6747ca3626f1f26a4d3b05d336c4;p=thirdparty%2Ffreeswitch.git bump --- diff --git a/configure.ac b/configure.ac index 838a6109f7..f28ed1f0b6 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.5.final], bugs@freeswitch.org) +AC_INIT([freeswitch], [1.7.0], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) -AC_SUBST(SWITCH_VERSION_MINOR, [5]) -AC_SUBST(SWITCH_VERSION_MICRO, [final]) +AC_SUBST(SWITCH_VERSION_MINOR, [7]) +AC_SUBST(SWITCH_VERSION_MICRO, [0]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])