Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tue Nov 07 13:51:10 UTC 2023
Mon Aug 03 21:04:40 UTC 2026
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.17])
AC_INIT([sofia-sip], [1.13.18])

CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sofia-sip (1.13.18-0) unstable; urgency=medium

* New Release.

-- FreeSWITCH Solutions <packages@freeswitch.com> Mon, 03 Aug 2026 23:04:40 +0200

sofia-sip (1.13.17-0) unstable; urgency=medium

* New Release.
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.17work"
#define PACKAGE_STRING "sofia-sip 1.13.18work"

/* 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.17work"
#define PACKAGE_VERSION "1.13.18work"

/* 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.17work"
#define VERSION "1.13.18work"

/* 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.17
Version: 1.13.18
Release: 1%{?dist}
Summary: Sofia SIP User-Agent library

Expand Down
Loading