Commit 6baea5aaaa for freeswitch.com
commit 6baea5aaaaed37773f85cb93426599e6ef4b5d46
Author: Andrey Volk <andywolk@gmail.com>
Date: Sat Aug 29 01:24:29 2026 +0300
version bump
diff --git a/build/next-release.txt b/build/next-release.txt
index 6953c91a73..7f4e7278ae 100644
--- a/build/next-release.txt
+++ b/build/next-release.txt
@@ -1 +1 @@
-1.11.3-dev
+1.11.4-dev
diff --git a/configure.ac b/configure.ac
index f241153aab..ae42b22f6f 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.11.3-dev], bugs@freeswitch.org)
+AC_INIT([freeswitch], [1.11.4-dev], bugs@freeswitch.org)
AC_SUBST(SWITCH_VERSION_MAJOR, [1])
AC_SUBST(SWITCH_VERSION_MINOR, [11])
-AC_SUBST(SWITCH_VERSION_MICRO, [3-dev])
+AC_SUBST(SWITCH_VERSION_MICRO, [4-dev])
AC_SUBST(SWITCH_VERSION_REVISION, [])
AC_SUBST(SWITCH_VERSION_REVISION_HUMAN, [])