Skip to content

Commit

Permalink
Merge pull request #2563 from signalwire/bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
andywolk authored Aug 3, 2024
2 parents 1b58716 + ed4a242 commit 0e02cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/next-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.12-dev
1.10.13-dev
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.12-dev], [email protected])
AC_INIT([freeswitch], [1.10.13-dev], [email protected])
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
AC_SUBST(SWITCH_VERSION_MINOR, [10])
AC_SUBST(SWITCH_VERSION_MICRO, [12-dev])
AC_SUBST(SWITCH_VERSION_MICRO, [13-dev])
AC_SUBST(SWITCH_VERSION_REVISION, [])
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])

Expand Down

0 comments on commit 0e02cd4

Please sign in to comment.