Skip to content

Commit 7fbfe11

Browse files
committed
version bump
1 parent f40469e commit 7fbfe11

2 files changed

Lines changed: 4 additions & 4 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.10.13-dev
1+
1.11.1-dev

configure.ac

Lines changed: 3 additions & 3 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.10.13-dev], bugs@freeswitch.org)
6+
AC_INIT([freeswitch], [1.11.1-dev], bugs@freeswitch.org)
77
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
8-
AC_SUBST(SWITCH_VERSION_MINOR, [10])
9-
AC_SUBST(SWITCH_VERSION_MICRO, [13-dev])
8+
AC_SUBST(SWITCH_VERSION_MINOR, [11])
9+
AC_SUBST(SWITCH_VERSION_MICRO, [1-dev])
1010
AC_SUBST(SWITCH_VERSION_REVISION, [])
1111
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])
1212

0 commit comments

Comments
 (0)