From: Michael Jerris Date: Fri, 23 Nov 2007 05:21:54 +0000 (+0000) Subject: hardcode version and externals tags X-Git-Tag: v1.0-beta2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82dcb686b5cdcdbc1401986e87d110bf3d294bc7;p=thirdparty%2Ffreeswitch.git hardcode version and externals tags git-svn-id: http://svn.freeswitch.org/svn/freeswitch/tags/1.0.beta2@6386 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 9cd36b4801..d0de3fbbab 100644 --- a/configure.in +++ b/configure.in @@ -6,8 +6,8 @@ AC_INIT([freeswitch], [1.0.pre1], BUG-REPORT-ADDRESS) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [0]) -AC_SUBST(SWITCH_VERSION_MICRO, [pre1]) -#AC_SUBST(SWITCH_VERSION_REVISION, [svn-revision-here]) +AC_SUBST(SWITCH_VERSION_MICRO, [beta2]) +#AC_SUBST(SWITCH_VERSION_REVISION, [6386]) AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])