]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
bump v1.7.0
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 28 May 2015 17:36:43 +0000 (12:36 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 28 May 2015 17:36:43 +0000 (12:36 -0500)
configure.ac

index b8d7d5b8e2a346c0e4601f27841c16e27709c3e3..f28ed1f0b6074016a47bd2d43a5ac66018d1071f 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.5.15b], bugs@freeswitch.org)
+AC_INIT([freeswitch], [1.7.0], bugs@freeswitch.org)
 AC_SUBST(SWITCH_VERSION_MAJOR, [1])
-AC_SUBST(SWITCH_VERSION_MINOR, [5])
-AC_SUBST(SWITCH_VERSION_MICRO, [15b])
+AC_SUBST(SWITCH_VERSION_MINOR, [7])
+AC_SUBST(SWITCH_VERSION_MICRO, [0])
 AC_SUBST(SWITCH_VERSION_REVISION, [])
 AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])