osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libsmpp34/+/37576?usp=email )
Change subject: Bump version: 1.14.4.1-f1ec → 1.14.5 ......................................................................
Bump version: 1.14.4.1-f1ec → 1.14.5
Change-Id: I7c37cdb343120208c396f55cc3b23e5f85c31002 --- M TODO-RELEASE M debian/changelog 2 files changed, 20 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/76/37576/1
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.... -# 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.... # 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..13a091f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsmpp34 (1.14.5) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * README.md: cosmetic: fix a typo + + -- Oliver Smith osmith@sysmocom.de Wed, 24 Jul 2024 14:53:05 +0200 + libsmpp34 (1.14.4) unstable; urgency=medium
[ Vadim Yanitskiy ]