]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
version bump
authorAndrey Volk <andywolk@gmail.com>
Sat, 3 Aug 2019 08:55:48 +0000 (12:55 +0400)
committerAndrey Volk <andywolk@gmail.com>
Sat, 3 Aug 2019 10:35:31 +0000 (14:35 +0400)
build/next-release.txt
configure.ac

index f8e233b27332b4712304d3226a791d32bdd967c5..a01185b4d67a2b3542a343b51a0c487ba8127e14 100644 (file)
@@ -1 +1 @@
-1.9.0
+1.10.0-dev
index 5a2e3198f3cfeca99dcb2a4375863c7fb2466799..a0aae4efef27ff5e30f19bbbaa099ac603737580 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.9.0], bugs@freeswitch.org)
+AC_INIT([freeswitch], [1.10.0-dev], bugs@freeswitch.org)
 AC_SUBST(SWITCH_VERSION_MAJOR, [1])
-AC_SUBST(SWITCH_VERSION_MINOR, [9])
-AC_SUBST(SWITCH_VERSION_MICRO, [0])
+AC_SUBST(SWITCH_VERSION_MINOR, [10])
+AC_SUBST(SWITCH_VERSION_MICRO, [0-dev])
 AC_SUBST(SWITCH_VERSION_REVISION, [])
 AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])