mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
fd0e5b60be
commit
008ae0bd86
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue