Skip to content

Commit 21dedeb

Browse files
committed
version bump
1 parent 3fbe432 commit 21dedeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/next-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.2-dev
1+
1.11.3-dev

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# Must change all of the below together
55
# For a release, set revision for that tagged release as well and uncomment
6-
AC_INIT([freeswitch], [1.11.2-dev], bugs@freeswitch.org)
6+
AC_INIT([freeswitch], [1.11.3-dev], bugs@freeswitch.org)
77
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
88
AC_SUBST(SWITCH_VERSION_MINOR, [11])
9-
AC_SUBST(SWITCH_VERSION_MICRO, [2-dev])
9+
AC_SUBST(SWITCH_VERSION_MICRO, [3-dev])
1010
AC_SUBST(SWITCH_VERSION_REVISION, [])
1111
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])
1212

0 commit comments

Comments
 (0)