Skip to content

Commit

Permalink
Merge pull request #189 from freeswitch/11311
Browse files Browse the repository at this point in the history
Version bump to 1.13.11
  • Loading branch information
andywolk committed Dec 28, 2022
2 parents da53e4f + 76fdcaa commit ad50883
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Dec 22 11:20:10 UTC 2022
Wed Dec 28 12:10:05 UTC 2022
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
sofia-sip (1.13.11-1) unstable; urgency=medium

* New Release.

-- FreeSWITCH Solutions <[email protected]> Wed, 28 Dec 2022 12:20:04 +0200

sofia-sip (1.13.10-1) unstable; urgency=medium

* New Release.

-- FreeSWITCH Solutions <[email protected]> Thu, 22 Sep 2022 12:02:04 +0200
-- FreeSWITCH Solutions <[email protected]> Thu, 22 Dec 2022 12:02:04 +0200

sofia-sip (1.13.9-1) unstable; urgency=medium

Expand Down
6 changes: 3 additions & 3 deletions open_c/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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). */
Expand Down
2 changes: 1 addition & 1 deletion sofia-sip.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sofia-sip
Version: 1.13.10
Version: 1.13.11
Release: 1%{?dist}
Summary: Sofia SIP User-Agent library

Expand Down

0 comments on commit ad50883

Please sign in to comment.