Skip to content

Commit 1a31b18

Browse files
authored
Merge pull request #215 from freeswitch/v11315
Version bump to 1.13.15
2 parents 3ce1046 + ab098a1 commit 1a31b18

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Feb 20 10:21:05 UTC 2023
1+
Fri May 12 22:10:05 UTC 2023

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dnl information on the package
1111
dnl ---------------------------
1212

1313
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
14-
AC_INIT([sofia-sip], [1.13.14])
14+
AC_INIT([sofia-sip], [1.13.15])
1515

1616
CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
1717
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sofia-sip (1.13.15-1) unstable; urgency=medium
2+
3+
* New Release.
4+
5+
-- FreeSWITCH Solutions <[email protected]> Fri, 12 May 2023 22:10:24 +0200
6+
17
sofia-sip (1.13.14-1) unstable; urgency=medium
28

39
* New Release.

open_c/config.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@
382382
#define PACKAGE_NAME "sofia-sip"
383383

384384
/* Define to the full name and version of this package. */
385-
#define PACKAGE_STRING "sofia-sip 1.13.14work"
385+
#define PACKAGE_STRING "sofia-sip 1.13.15work"
386386

387387
/* Define to the one symbol short name of this package. */
388388
#define PACKAGE_TARNAME "sofia-sip"
389389

390390
/* Define to the version of this package. */
391-
#define PACKAGE_VERSION "1.13.14work"
391+
#define PACKAGE_VERSION "1.13.15work"
392392

393393
/* Define as the return type of signal handlers (`int' or `void'). */
394394
#define RETSIGTYPE void
@@ -408,7 +408,7 @@
408408
#define TIME_WITH_SYS_TIME 1
409409

410410
/* Version number of package */
411-
#define VERSION "1.13.14work"
411+
#define VERSION "1.13.15work"
412412

413413
/* Define to 1 if your processor stores words with the most significant byte
414414
first (like Motorola and SPARC, unlike Intel and VAX). */

sofia-sip.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sofia-sip
2-
Version: 1.13.14
2+
Version: 1.13.15
33
Release: 1%{?dist}
44
Summary: Sofia SIP User-Agent library
55

0 commit comments

Comments
 (0)