bump FS version to 1.1.beta1

This commit is contained in:
Ken Rice 2012-03-24 04:26:12 +00:00 committed by Travis Cross
parent cac6c262bb
commit 08d8a1a79b
1 changed files with 3 additions and 3 deletions

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.0.head], BUG-REPORT-ADDRESS)
AC_INIT([freeswitch], [1.1.beta1], BUG-REPORT-ADDRESS)
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
AC_SUBST(SWITCH_VERSION_MINOR, [0])
AC_SUBST(SWITCH_VERSION_MICRO, [head])
AC_SUBST(SWITCH_VERSION_MINOR, [1])
AC_SUBST(SWITCH_VERSION_MICRO, [beta1])
#AC_SUBST(SWITCH_VERSION_REVISION, [])
AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])