From: Michael Jerris Date: Tue, 6 Apr 2010 18:05:27 +0000 (-0500) Subject: Release freeswitch-1.0.6 X-Git-Tag: v1.0.6^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8c20e294f01fe2809fcebc926d335d297af3679;p=thirdparty%2Ffreeswitch.git Release freeswitch-1.0.6 --- diff --git a/configure.in b/configure.in index 16ba3e6999..33bd8d9cb8 100644 --- a/configure.in +++ b/configure.in @@ -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.0.6], 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_MICRO, [6]) #AC_SUBST(SWITCH_VERSION_REVISION, []) AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])