bump FS rev
This commit is contained in:
parent
33b78057d7
commit
cd74ba3d8d
|
@ -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.2.12], bugs@freeswitch.org)
|
||||
AC_INIT([freeswitch], [1.2.13], bugs@freeswitch.org)
|
||||
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
|
||||
AC_SUBST(SWITCH_VERSION_MINOR, [2])
|
||||
AC_SUBST(SWITCH_VERSION_MICRO, [12])
|
||||
AC_SUBST(SWITCH_VERSION_MICRO, [13])
|
||||
AC_SUBST(SWITCH_VERSION_REVISION, [])
|
||||
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ Source8: http://files.freeswitch.org/downloads/libs/sphinxbase-0.7.tar.gz
|
|||
Source9: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
|
||||
Source10: http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
|
||||
Source11: http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz
|
||||
Source12: http://files.freeswitch.org/downloads/libs/opus-0.9.0.tar.gz
|
||||
Source12: http://files.freeswitch.org/downloads/libs/opus-1.0.2.tar.gz
|
||||
Prefix: %{prefix}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue