]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
bump
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 28 May 2015 17:36:43 +0000 (12:36 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:48:12 +0000 (12:48 -0500)
configure.ac

index 838a6109f722347a290584219cb64c355b63355a..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.final], 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, [final])
+AC_SUBST(SWITCH_VERSION_MINOR, [7])
+AC_SUBST(SWITCH_VERSION_MICRO, [0])
 AC_SUBST(SWITCH_VERSION_REVISION, [])
 AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])