diff options
author | Werner Koch <wk@gnupg.org> | 2017-08-23 14:50:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-08-23 14:52:29 +0200 |
commit | 008ae0bd868cb49ad4d67fc8c71707cd2a162137 (patch) | |
tree | a44e969be8a0f3fda71cff05d1a14ead3236e01c /build-aux | |
parent | po: Update Norwegian translation (diff) | |
download | gnupg2-008ae0bd868cb49ad4d67fc8c71707cd2a162137.tar.xz gnupg2-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 <wk@gnupg.org>
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index f1ec6530b..b1c6ef8b8 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -276,7 +276,7 @@ endif # Version numbers of the released packages gnupg_ver_this = $(shell cat $(topsrc)/VERSION) -gnupg_ver := $(shell awk '$$1=="gnupg21_ver" {print $$2}' swdb.lst) +gnupg_ver := $(shell awk '$$1=="gnupg22_ver" {print $$2}' swdb.lst) libgpg_error_ver := $(shell awk '$$1=="libgpg_error_ver" {print $$2}' swdb.lst) libgpg_error_sha1:= $(shell awk '$$1=="libgpg_error_sha1" {print $$2}' swdb.lst) @@ -1187,7 +1187,7 @@ installer: all w32_insthelpers $(w32src)/inst-options.ini $(bdir)/README.txt define MKSWDB_commands - ( pref="#+macro: gnupg21_w32_" ;\ + ( pref="#+macro: gnupg22_w32_" ;\ echo "$${pref}ver $(INST_VERSION)_$(BUILD_DATESTR)" ;\ echo "$${pref}date $(2)" ;\ echo "$${pref}size $$(wc -c <$(1)|awk '{print int($$1/1024)}')k";\ |