]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hardcode version and externals tags v1.0-beta2
authorMichael Jerris <mike@jerris.com>
Fri, 23 Nov 2007 05:21:54 +0000 (05:21 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 23 Nov 2007 05:21:54 +0000 (05:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/tags/1.0.beta2@6386 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index 9cd36b48013ef4b3a4fa43c2e4fa7af0c66e70a3..d0de3fbbabefe0d37d6bcef4183b4fca20a8e049 100644 (file)
@@ -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])