summaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 23:23:59 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 23:24:04 +0100
commitf493122033ca813d571624745ebb38bb037a5e66 (patch)
treeb24a479cc7007349c842ead22a8e5a6f62e7fd7b /src/util/os_installation.c
parentdc4827ea2026a70e39d7df49e58fd9cdd6cdc96f (diff)
downloadexchange-f493122033ca813d571624745ebb38bb037a5e66.tar.gz
exchange-f493122033ca813d571624745ebb38bb037a5e66.tar.bz2
exchange-f493122033ca813d571624745ebb38bb037a5e66.zip
fix #7105 (for exchange)
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
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,