diff --git a/debian/changelog b/debian/changelog index 24dcead..6b6c0c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libsmpp34 (1.14.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * README.md: fix copy-paste: s/libosmocore/libsmpp34/ + * update git URLs (git -> https; gitea) + * Makefile.am, configure.ac: fix autoreconf related warnings + * contrib/jenkins.sh: actually build with $PARALLEL_MAKE + + [ Max ] + * cosmetic: make linter happy + * Add #define for default SMPP port 2775 + + [ Harald Welte ] + * test_apps: Fix compilation of example smsc code + * Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition + + -- Pau Espin Pedrol Tue, 07 Feb 2023 14:28:28 +0100 + libsmpp34 (1.14.1) unstable; urgency=medium [ Eric ] diff --git a/src/Makefile.am b/src/Makefile.am index 5958c38..0a0fd24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=2:0:1 +LIBVERSION=3:0:2 # src/Makefile.am # lib_LTLIBRARIES = libsmpp34.la