diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index d12a2c602..2b99a9479 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -1082,7 +1082,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?"":"* ", - strusage (13), BUILD_REVISION, prefix, strusage (17)); + strusage (13), BUILD_COMMITID, prefix, strusage (17)); /* Show the GnuPG VS-Desktop version in --show-configs mode */ if (prefix && *prefix) |