From: Ken Rice Date: Thu, 3 Sep 2015 20:36:52 +0000 (-0500) Subject: bump versions numbers in prep for initial 1.6 release X-Git-Tag: v1.6.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6762f14140f5bf70647c037c4ef527392796af34;p=thirdparty%2Ffreeswitch.git bump versions numbers in prep for initial 1.6 release --- diff --git a/build/next-release.txt b/build/next-release.txt index bd8bf882d0..dc1e644a10 100644 --- a/build/next-release.txt +++ b/build/next-release.txt @@ -1 +1 @@ -1.7.0 +1.6.0 diff --git a/configure.ac b/configure.ac index 77b4135b82..f2b1357562 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ # Must change all of the below together # For a release, set revision for that tagged release as well and uncomment -AC_INIT([freeswitch], [1.7.0], bugs@freeswitch.org) +AC_INIT([freeswitch], [1.6.0], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) -AC_SUBST(SWITCH_VERSION_MINOR, [7]) +AC_SUBST(SWITCH_VERSION_MINOR, [6]) AC_SUBST(SWITCH_VERSION_MICRO, [0]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, []) diff --git a/freeswitch-config-rayo.spec b/freeswitch-config-rayo.spec index cefc22312d..054b8b29a8 100644 --- a/freeswitch-config-rayo.spec +++ b/freeswitch-config-rayo.spec @@ -28,7 +28,7 @@ # ###################################################################################################################### -%define version 1.7.0 +%define version 1.6.0 %define release 1 %define fsname freeswitch diff --git a/freeswitch.spec b/freeswitch.spec index 3f3a7d0881..18cc75660a 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -47,7 +47,7 @@ %{?with_mod_esl:%define build_mod_esl 1 } %{?with_mod_shout:%define build_mod_shout 1 } -%define version 1.7.0 +%define version 1.6.0 %define release 1 ######################################################################################################################