aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index a2113aee0..1b9a9268f 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -1189,7 +1189,7 @@ show_version_gnupg (estream_t fp, const char *prefix)
ssize_t length;
es_fprintf (fp, "%s%sGnuPG %s (%s)\n%s%s\n", prefix, *prefix?"":"* ",
- gpgrt_strusage (13), BUILD_REVISION, prefix, gpgrt_strusage (17));
+ gpgrt_strusage (13), BUILD_COMMITID, prefix, gpgrt_strusage (17));
/* Show the GnuPG VS-Desktop version in --show-configs mode */
if (prefix && *prefix)