aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_getopt.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-11-19 18:14:33 +0000
committerLRN <lrn1986@gmail.com>2012-11-19 18:14:33 +0000
commit99d0b2ce7659f0dbe0d632d370a5fb8a9bb0f6c9 (patch)
treee6b857aefb94d06f686921d98bf0b95928c30e4d /src/util/test_getopt.c
parentf64e7ab9c26ccc0d0d32e7458745f2c70bffd352 (diff)
downloadgnunet-99d0b2ce7659f0dbe0d632d370a5fb8a9bb0f6c9.tar.gz
gnunet-99d0b2ce7659f0dbe0d632d370a5fb8a9bb0f6c9.zip
Hardcode svn revision in compiled binaries
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