From 432de1c04996a19bea301f0070454dddcd83cefa Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 2 Apr 2010 00:16:34 -0500 Subject: [PATCH] Release freeswitch-1.0.5.14226d2 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 16ba3e6999..4a5c0934ed 100644 --- a/configure.in +++ b/configure.in @@ -3,11 +3,11 @@ # 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.5], 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_REVISION, []) +AC_SUBST(SWITCH_VERSION_MICRO, [5]) +AC_SUBST(SWITCH_VERSION_REVISION, [14226d2]) AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template]) AC_CONFIG_FILES([.version:.version.in])