aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-07-23 16:06:30 +0200
committerOliver Smith <osmith@sysmocom.de>2024-07-24 10:37:52 +0200
commit14405799e89c320cae8d3df754234f31681b2fc9 (patch)
treee3c63dfb917687692fe2bff4e0b5a67aa49bef47
parent547a6c9ed37f599e9c5ac4e32813d28c6efe2ffb (diff)
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
-rwxr-xr-xosmo-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-release.sh b/osmo-release.sh
index 5d4cb28d..61adf579 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -244,7 +244,7 @@ clean_todo_release() {
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