[MERGED] osmo-iuh[master]: Use proper package version

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Dec 28 22:22:34 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Use proper package version
......................................................................


Use proper package version

Use actual application version instead of hardcoded "0".

Change-Id: I8711b9d819454d810291d57b97119d9fe4a47f8e
---
M src/hnbgw.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/hnbgw.c b/src/hnbgw.c
index 752fc0f..5f5c311 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -326,7 +326,7 @@
 
 static struct vty_app_info vty_info = {
 	.name		= "OsmoHNBGW",
-	.version	= "0",
+	.version	= PACKAGE_VERSION,
 	.go_parent_cb	= hnbgw_vty_go_parent,
 };
 

-- 
To view, visit https://gerrit.osmocom.org/5602
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8711b9d819454d810291d57b97119d9fe4a47f8e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list