From f493122033ca813d571624745ebb38bb037a5e66 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Nov 2021 23:23:59 +0100 Subject: fix #7105 (for exchange) --- src/util/os_installation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/os_installation.c b/src/util/os_installation.c index beea5d701..1cbb9e78a 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -40,7 +40,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = { .homepage = "http://www.gnu.org/s/taler/", .config_file = "taler.conf", .user_config_file = "~/.config/taler.conf", - .version = PACKAGE_VERSION, + .version = PACKAGE_VERSION "-" VCS_VERSION, .is_gnu = 1, .gettext_domain = "taler", .gettext_path = NULL, -- cgit v1.2.3