aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-08-23 12:50:03 +0000
committerWerner Koch <[email protected]>2017-08-23 12:52:29 +0000
commit008ae0bd868cb49ad4d67fc8c71707cd2a162137 (patch)
treea44e969be8a0f3fda71cff05d1a14ead3236e01c /tools/gpgconf.c
parentpo: Update Norwegian translation (diff)
downloadgnupg-008ae0bd868cb49ad4d67fc8c71707cd2a162137.tar.gz
gnupg-008ae0bd868cb49ad4d67fc8c71707cd2a162137.zip
build: Change SWDB tag "gnupg21" to "gnupg22".
* configure.ac (GNUPG_SWDB_TAG): New ac_define. Set it to "gnupg22". * tools/gpgconf.c (query_swdb): Use it. * build-aux/speedo.mk: Change tag "gnupg21" to "gnupg22". * Makefile.am (distcheck-hook): Ditto. Signed-off-by: Werner Koch <[email protected]>
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 fefa2ff8a..09b2a76e9 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -292,7 +292,7 @@ query_swdb (estream_t out, const char *name, const char *current_version)
goto leave;
}
if (!strcmp (name, "gnupg"))
- search_name = "gnupg21";
+ search_name = GNUPG_SWDB_TAG;
else if (!strcmp (name, "gnupg1"))
search_name = "gnupg1";
else