pespin has submitted this change. ( https://gerrit.osmocom.org/c/libsmpp34/+/41552?usp=email )
Change subject: Bump version: 1.14.4.2-5674 → 1.14.5 ...................................................................... Bump version: 1.14.4.2-5674 → 1.14.5 Change-Id: Ibc34e7eecbd61d6ee10e94e2bee56d59fe7f5f17 --- M TODO-RELEASE M debian/changelog 2 files changed, 14 insertions(+), 4 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index d0852fc..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,9 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. -#library what description / commit summary line +#library what description / commit summary line diff --git a/debian/changelog b/debian/changelog index 612e5d9..1e693f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libsmpp34 (1.14.5) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * README.md: cosmetic: fix a typo + + [ Oliver Smith ] + * Generate a version.h file + + -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 18:42:16 +0100 + libsmpp34 (1.14.4) unstable; urgency=medium [ Vadim Yanitskiy ] -- To view, visit https://gerrit.osmocom.org/c/libsmpp34/+/41552?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: libsmpp34 Gerrit-Branch: master Gerrit-Change-Id: Ibc34e7eecbd61d6ee10e94e2bee56d59fe7f5f17 Gerrit-Change-Number: 41552 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <[email protected]>
