aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-28 12:27:41 +0100
committerMax <msuraev@sysmocom.de>2017-12-28 12:27:41 +0100
commit1e57ba503ed734b36094288ad2dbedbd11f39c57 (patch)
treec8c20f8ee16e53f2968a7156fb4f2aa1e547af6c
parentf8b73b15c06055719e712b5a70d130cfd42bea4b (diff)
Use proper package version
Use actual application version instead of hardcoded "0". Change-Id: I8711b9d819454d810291d57b97119d9fe4a47f8e
-rw-r--r--src/hnbgw.c2
1 files changed, 1 insertions, 1 deletions
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 const struct log_info hnbgw_log_info = {
static struct vty_app_info vty_info = {
.name = "OsmoHNBGW",
- .version = "0",
+ .version = PACKAGE_VERSION,
.go_parent_cb = hnbgw_vty_go_parent,
};