From ab098a11f1ebd63aa18ebc3a35393b79e1498b83 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Sat, 13 May 2023 01:14:05 +0300 Subject: [PATCH] Version bump to 1.13.15 --- .update | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ open_c/config.h.in | 6 +++--- sofia-sip.spec | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.update b/.update index b458571e..47d367c0 100644 --- a/.update +++ b/.update @@ -1 +1 @@ -Mon Feb 20 10:21:05 UTC 2023 +Fri May 12 22:10:05 UTC 2023 diff --git a/configure.ac b/configure.ac index a855cd78..1b6ba36b 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.14]) +AC_INIT([sofia-sip], [1.13.15]) CFLAGS="$CFLAGS $CONFIGURE_CFLAGS" CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS" diff --git a/debian/changelog b/debian/changelog index 26e14828..4d813dfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sofia-sip (1.13.15-1) unstable; urgency=medium + + * New Release. + + -- FreeSWITCH Solutions Fri, 12 May 2023 22:10:24 +0200 + sofia-sip (1.13.14-1) unstable; urgency=medium * New Release. diff --git a/open_c/config.h.in b/open_c/config.h.in index f44c4a93..5ea49f5d 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.14work" +#define PACKAGE_STRING "sofia-sip 1.13.15work" /* 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.14work" +#define PACKAGE_VERSION "1.13.15work" /* 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.14work" +#define VERSION "1.13.15work" /* 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 ce359b1e..37b41c2a 100644 --- a/sofia-sip.spec +++ b/sofia-sip.spec @@ -1,5 +1,5 @@ Name: sofia-sip -Version: 1.13.14 +Version: 1.13.15 Release: 1%{?dist} Summary: Sofia SIP User-Agent library