osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/37564?usp=email )

Change subject: osmo-release: fix libversion updating comment
......................................................................

osmo-release: fix libversion updating comment

The related manual says:

> 4. If any interfaces have been added, removed, or changed since the
>    last update, increment current, and set revision to 0.

So the age should not be modified in that case.

Related: 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
Change-Id: Idd26781fe458b41469c123b25a51fb2c338c65ec
---
M osmo-release.sh
1 file changed, 18 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/osmo-release.sh b/osmo-release.sh
index 5d4cb28..61adf57 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -244,7 +244,7 @@
        echo "# In short: 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info";
 >> TODO-RELEASE
        echo "# LIBVERSION=c:r:a" >> TODO-RELEASE
        echo "# If the library source code has changed at all since the last 
update, then increment revision: c:r + 1:a." >> TODO-RELEASE
-       echo "# If any interfaces have been added, removed, or changed since 
the last update: c + 1:0:0." >> TODO-RELEASE
+       echo "# If any interfaces have been added, removed, or changed since 
the last update: c + 1:0:a." >> TODO-RELEASE
        echo "# If any interfaces have been added since the last public 
release: c:r:a + 1." >> TODO-RELEASE
        echo "# If any interfaces have been removed or changed since the last 
public release: c:r:0." >> TODO-RELEASE
        echo "#library  what                    description / commit summary 
line" >> TODO-RELEASE

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/37564?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Idd26781fe458b41469c123b25a51fb2c338c65ec
Gerrit-Change-Number: 37564
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to