aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 14:28:28 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 14:28:28 +0100
commit357d5af97ada55256c0ce6cb1ddcc224b491c1d4 (patch)
tree41235de9747223b49ce0454014a337bd30d4ee83
parentc3e797b87cc2ea3b70bac317c2d794687d90bea8 (diff)
Bump version: 1.14.1.8-c3e7 → 1.14.21.14.2
-rw-r--r--debian/changelog18
-rw-r--r--src/Makefile.am2
2 files changed, 19 insertions, 1 deletions
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