start of 1.4.beta

This commit is contained in:
Ken Rice
2013-06-18 15:30:04 -05:00
parent 5d0753e330
commit fb21918de3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.4
1.4.0
+3 -3
View File
@@ -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.5.2], bugs@freeswitch.org)
AC_INIT([freeswitch], [1.4.0], bugs@freeswitch.org)
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
AC_SUBST(SWITCH_VERSION_MINOR, [5])
AC_SUBST(SWITCH_VERSION_MICRO, [2b])
AC_SUBST(SWITCH_VERSION_MINOR, [4])
AC_SUBST(SWITCH_VERSION_MICRO, [0])
AC_SUBST(SWITCH_VERSION_REVISION, [])
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])