bump versions numbers in prep for initial 1.6 release

This commit is contained in:
Ken Rice 2015-09-03 15:36:52 -05:00
parent 2d2a27f6ad
commit 6762f14140
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
1.7.0
1.6.0

View File

@ -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, [])

View File

@ -28,7 +28,7 @@
#
######################################################################################################################
%define version 1.7.0
%define version 1.6.0
%define release 1
%define fsname freeswitch

View File

@ -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
######################################################################################################################