]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Release freeswitch-1.0.5.14226d2 v1.0.5.14226d2
authorMichael Jerris <mike@jerris.com>
Fri, 2 Apr 2010 05:16:34 +0000 (00:16 -0500)
committerMichael Jerris <mike@jerris.com>
Fri, 2 Apr 2010 05:16:34 +0000 (00:16 -0500)
configure.in

index 16ba3e6999f64d5f9415d9ac7a83c39b8f2701b7..4a5c0934ed8b7cb6afefd634234d131a6df17f06 100644 (file)
@@ -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])