summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-01 15:04:53 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-01 15:04:53 +0200
commit4dcd2294f65d9bd687a0f14cfba8cd2d3362c892 (patch)
tree60841a0737e759b8d9082254b4cb65f07f4edf75 /src/util
parent34652f45f3c321044b853df6c452578da94c8739 (diff)
downloadexchange-4dcd2294f65d9bd687a0f14cfba8cd2d3362c892.tar.gz
exchange-4dcd2294f65d9bd687a0f14cfba8cd2d3362c892.tar.bz2
exchange-4dcd2294f65d9bd687a0f14cfba8cd2d3362c892.zip
update to match recent GNUnet changes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_installation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 21e167963..1fe5ea072 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -41,6 +41,10 @@ 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,
+ .is_gnu = 1,
+ .gettext_domain = "taler",
+ .gettext_path = NULL,
};