]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
version bump v1.10.0
authorAndrey Volk <andywolk@gmail.com>
Mon, 5 Aug 2019 17:28:26 +0000 (21:28 +0400)
committerAndrey Volk <andywolk@gmail.com>
Mon, 5 Aug 2019 17:28:26 +0000 (21:28 +0400)
build/next-release.txt
configure.ac

index a01185b4d67a2b3542a343b51a0c487ba8127e14..ba177fe9fd2ee29c5115eb098daa00fdf93b2e98 100644 (file)
@@ -1 +1 @@
-1.10.0-dev
+1.10.0-release
index a0aae4efef27ff5e30f19bbbaa099ac603737580..d2ae91b75c4c6c9233434c0a4be793a98b589647 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.10.0-dev], bugs@freeswitch.org)
+AC_INIT([freeswitch], [1.10.0-release], bugs@freeswitch.org)
 AC_SUBST(SWITCH_VERSION_MAJOR, [1])
 AC_SUBST(SWITCH_VERSION_MINOR, [10])
-AC_SUBST(SWITCH_VERSION_MICRO, [0-dev])
+AC_SUBST(SWITCH_VERSION_MICRO, [0-release])
 AC_SUBST(SWITCH_VERSION_REVISION, [])
 AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])