From: Andrey Volk Date: Wed, 5 Aug 2020 11:01:19 +0000 (+0400) Subject: Merge branch 'master' into v1.10 X-Git-Tag: v1.10.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=133fc2c870050fc7edbf79dbedec74c34f2cbfe7;p=thirdparty%2Ffreeswitch.git Merge branch 'master' into v1.10 --- 133fc2c870050fc7edbf79dbedec74c34f2cbfe7 diff --cc build/next-release.txt index 145fe2dd00,3bf213d773..1c795d02d1 --- a/build/next-release.txt +++ b/build/next-release.txt @@@ -1,1 -1,1 +1,1 @@@ - 1.10.3-release -1.10.4-dev ++1.10.4-release diff --cc configure.ac index c5f10ef2ad,03058582ad..8a5e154ed9 --- a/configure.ac +++ b/configure.ac @@@ -3,10 -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.3-release], bugs@freeswitch.org) -AC_INIT([freeswitch], [1.10.4-dev], bugs@freeswitch.org) ++AC_INIT([freeswitch], [1.10.4-release], bugs@freeswitch.org) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [10]) - AC_SUBST(SWITCH_VERSION_MICRO, [3-release]) -AC_SUBST(SWITCH_VERSION_MICRO, [4-dev]) ++AC_SUBST(SWITCH_VERSION_MICRO, [4-release]) AC_SUBST(SWITCH_VERSION_REVISION, []) AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])