From b641ab6db38c6747ca3626f1f26a4d3b05d336c4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 28 May 2015 12:36:43 -0500 Subject: [PATCH] bump --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 838a6109f7..f28ed1f0b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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, []) -- 2.47.2