Skip to content

Commit 756ab9b

Browse files
authored
Merge pull request #133 from freeswitch/bump1138
Version bump to 1.13.8
2 parents a99804b + dc8b774 commit 756ab9b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

configure.ac

+1-1
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.7])
14+
AC_INIT([sofia-sip], [1.13.8])
1515

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sofia-sip (1.13.8-1) unstable; urgency=medium
2+
3+
* New Release.
4+
5+
-- FreeSWITCH Solutions <packages@freeswitch.com> Wed, 25 May 2022 09:12:04 +0200
6+
17
sofia-sip (1.13.7-1) unstable; urgency=medium
28

39
* New Release.

open_c/config.h.in

+3-3
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.7work"
385+
#define PACKAGE_STRING "sofia-sip 1.13.8work"
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.7work"
391+
#define PACKAGE_VERSION "1.13.8work"
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.7work"
411+
#define VERSION "1.13.8work"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sofia-sip
2-
Version: 1.13.7
2+
Version: 1.13.8
33
Release: 1%{?dist}
44
Summary: Sofia SIP User-Agent library
55

0 commit comments

Comments
 (0)