diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-11-25 23:23:59 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-11-25 23:24:04 +0100 | 
| commit | f493122033ca813d571624745ebb38bb037a5e66 (patch) | |
| tree | b24a479cc7007349c842ead22a8e5a6f62e7fd7b /src/util | |
| parent | dc4827ea2026a70e39d7df49e58fd9cdd6cdc96f (diff) | |
fix #7105 (for exchange)
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/os_installation.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/util/os_installation.c b/src/util/os_installation.c index beea5d70..1cbb9e78 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, | 
