From 6762f14140f5bf70647c037c4ef527392796af34 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Thu, 3 Sep 2015 15:36:52 -0500 Subject: [PATCH] bump versions numbers in prep for initial 1.6 release --- build/next-release.txt | 2 +- configure.ac | 4 ++-- freeswitch-config-rayo.spec | 2 +- freeswitch.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 ######################################################################################################################