]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
version bump v1.2.21
authorKen Rice <krice@freeswitch.org>
Wed, 12 Feb 2014 00:51:37 +0000 (18:51 -0600)
committerKen Rice <krice@freeswitch.org>
Wed, 12 Feb 2014 00:51:37 +0000 (18:51 -0600)
had to fix an issue that broke centos 5

configure.in

index e40e3ac374e13884fe00f74b0c4a994515220dd0..a3c34498eb4dfba610d3089f94e51a0489c40af7 100644 (file)
@@ -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.2.20], bugs@freeswitch.org)
+AC_INIT([freeswitch], [1.2.21], bugs@freeswitch.org)
 AC_SUBST(SWITCH_VERSION_MAJOR, [1])
 AC_SUBST(SWITCH_VERSION_MINOR, [2])
-AC_SUBST(SWITCH_VERSION_MICRO, [20])
+AC_SUBST(SWITCH_VERSION_MICRO, [21])
 AC_SUBST(SWITCH_VERSION_REVISION, [])
 AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])