diff --git a/.update b/.update index 64dcf13d..58b3161e 100644 --- a/.update +++ b/.update @@ -1 +1 @@ -Thu Dec 22 11:20:10 UTC 2022 +Wed Dec 28 12:10:05 UTC 2022 diff --git a/configure.ac b/configure.ac index f9ba99fe..57315090 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ dnl information on the package dnl --------------------------- dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR -AC_INIT([sofia-sip], [1.13.10]) +AC_INIT([sofia-sip], [1.13.11]) CFLAGS="$CFLAGS $CONFIGURE_CFLAGS" CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS" diff --git a/debian/changelog b/debian/changelog index 9a9805cd..f078dca9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +sofia-sip (1.13.11-1) unstable; urgency=medium + + * New Release. + + -- FreeSWITCH Solutions Wed, 28 Dec 2022 12:20:04 +0200 + sofia-sip (1.13.10-1) unstable; urgency=medium * New Release. - -- FreeSWITCH Solutions Thu, 22 Sep 2022 12:02:04 +0200 + -- FreeSWITCH Solutions Thu, 22 Dec 2022 12:02:04 +0200 sofia-sip (1.13.9-1) unstable; urgency=medium diff --git a/open_c/config.h.in b/open_c/config.h.in index f3b97e28..913f21b6 100644 --- a/open_c/config.h.in +++ b/open_c/config.h.in @@ -382,13 +382,13 @@ #define PACKAGE_NAME "sofia-sip" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "sofia-sip 1.13.10work" +#define PACKAGE_STRING "sofia-sip 1.13.11work" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "sofia-sip" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.13.10work" +#define PACKAGE_VERSION "1.13.11work" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -408,7 +408,7 @@ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define VERSION "1.13.10work" +#define VERSION "1.13.11work" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/sofia-sip.spec b/sofia-sip.spec index 200bc291..d851a7d9 100644 --- a/sofia-sip.spec +++ b/sofia-sip.spec @@ -1,5 +1,5 @@ Name: sofia-sip -Version: 1.13.10 +Version: 1.13.11 Release: 1%{?dist} Summary: Sofia SIP User-Agent library