aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_getopt.c')
-rw-r--r--src/util/test_getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_getopt.c b/src/util/test_getopt.c
index 65c3b5d2e..313167d17 100644
--- a/src/util/test_getopt.c
+++ b/src/util/test_getopt.c
@@ -85,7 +85,7 @@ testVersion ()
85 NULL 85 NULL
86 }; 86 };
87 const struct GNUNET_GETOPT_CommandLineOption versionoptionlist[] = { 87 const struct GNUNET_GETOPT_CommandLineOption versionoptionlist[] = {
88 GNUNET_GETOPT_OPTION_VERSION (PACKAGE_VERSION), 88 GNUNET_GETOPT_OPTION_VERSION (PACKAGE_VERSION " " VCS_VERSION),
89 GNUNET_GETOPT_OPTION_END 89 GNUNET_GETOPT_OPTION_END
90 }; 90 };
91 91