[Freeswitch-svn] [commit] r6610 - freeswitch/trunk

Freeswitch SVN mikej at freeswitch.org
Mon Dec 10 17:00:56 EST 2007


Author: mikej
Date: Mon Dec 10 17:00:56 2007
New Revision: 6610

Modified:
   freeswitch/trunk/configure.in

Log:
push version number to 1.0.pre3

Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in	(original)
+++ freeswitch/trunk/configure.in	Mon Dec 10 17:00:56 2007
@@ -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.pre1], BUG-REPORT-ADDRESS)
+AC_INIT([freeswitch], [1.0.pre3], 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_MICRO, [pre3])
 #AC_SUBST(SWITCH_VERSION_REVISION, [svn-revision-here])
 
 AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])



More information about the Freeswitch-svn mailing list