pespin has submitted this change. ( https://gerrit.osmocom.org/c/libsmpp34/+/31216 )
Change subject: Bump version: 1.14.1.8-c3e7 → 1.14.2 ......................................................................
Bump version: 1.14.1.8-c3e7 → 1.14.2
Change-Id: Iaec5a62d172d37d16a09843c4beb2e3dc9f73412 --- M debian/changelog M src/Makefile.am 2 files changed, 19 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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 pespin@sysmocom.de 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