From 1e57ba503ed734b36094288ad2dbedbd11f39c57 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 28 Dec 2017 12:27:41 +0100 Subject: Use proper package version Use actual application version instead of hardcoded "0". Change-Id: I8711b9d819454d810291d57b97119d9fe4a47f8e --- src/hnbgw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- cgit v1.2.3