mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 02:04:54 +00:00
bump versions numbers in prep for initial 1.6 release
This commit is contained in:
parent
2d2a27f6ad
commit
6762f14140
@ -1 +1 @@
|
||||
1.7.0
|
||||
1.6.0
|
||||
|
@ -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, [])
|
||||
|
@ -28,7 +28,7 @@
|
||||
#
|
||||
######################################################################################################################
|
||||
|
||||
%define version 1.7.0
|
||||
%define version 1.6.0
|
||||
%define release 1
|
||||
|
||||
%define fsname freeswitch
|
||||
|
@ -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
|
||||
|
||||
######################################################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user