Skip to content

Commit

Permalink
Version bump to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andywolk committed Jun 14, 2021
1 parent c20ea78 commit e7d7720
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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.3])
AC_INIT([sofia-sip], [1.13.4])

CFLAGS="$CFLAGS $CONFIGURE_CFLAGS"
CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS"
Expand All @@ -22,9 +22,9 @@ AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.13])
dnl Includedir specific to this sofia version
AC_SUBST(include_sofiadir, '${includedir}/sofia-sip-1.13')
AC_SUBST(LIBVER_SOFIA_SIP_UA_CUR, [6])
AC_SUBST(LIBVER_SOFIA_SIP_UA_CUR, [4])
AC_SUBST(LIBVER_SOFIA_SIP_UA_REV, [0])
AC_SUBST(LIBVER_SOFIA_SIP_UA_AGE, [6])
AC_SUBST(LIBVER_SOFIA_SIP_UA_AGE, [4])
AC_SUBST(LIBVER_SOFIA_SIP_UA_SOVER, [0]) # CUR-AGE
AC_SUBST(LIBVER_SOFIA_SIP_UA_GLIB_CUR, [3])
AC_SUBST(LIBVER_SOFIA_SIP_UA_GLIB_REV, [0])
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.4-1) unstable; urgency=medium

* New Release.

-- FreeSWITCH Solutions <[email protected]> Mon, 14 Jun 2021 19:20:09 +0200

sofia-sip (1.13.3-1) 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.3work"
#define PACKAGE_STRING "sofia-sip 1.13.4work"

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

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

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

Expand Down

2 comments on commit e7d7720

@micmac1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @andywolk

I think you unintentionally downgraded the lib version here.

1.13.3: libsofia-sip-ua.so.0.6.0
1.13.4: libsofia-sip-ua.so.0.4.0

Kind regards,
Seb

@micmac1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also:

"-version-info" went from "6:0:6" to "4:0:4" between 1.13.3 and 1.13.4.

Please sign in to comment.