diff --git a/configure.in b/configure.in index 09127707ad..3067b388e9 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT([freeswitch], [1.0.rc3], BUG-REPORT-ADDRESS) AC_SUBST(SWITCH_VERSION_MAJOR, [1]) AC_SUBST(SWITCH_VERSION_MINOR, [0]) AC_SUBST(SWITCH_VERSION_MICRO, [rc3]) -AC_SUBST(SWITCH_VERSION_REVISION, [8076]) +AC_SUBST(SWITCH_VERSION_REVISION, [8078]) AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template]) diff --git a/debian/changelog b/debian/changelog index e8488243e2..a948d3962b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ freeswitch (1.0~rc3-1) unstable; urgency=low - * Fix transport=tls tag incorrectly included in re-invite - Enhance xml menu system + * Enhance xml menu system fixes upstream from sofia-sip library Enhance mod_fifo added close method to ODBC spidermonkey class diff --git a/docs/ChangeLog b/docs/ChangeLog index 985713c23f..64aec5c33b 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,6 +1,5 @@ freeswitch (1.0.rc3) - Fix transport=tls tag incorrectly included in re-invite Enhance xml menu system Fixes upstream from sofia-sip library Enhance mod_fifo