diff options
author | Werner Koch <wk@gnupg.org> | 2024-01-12 10:42:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-01-12 10:52:00 +0100 |
commit | 5a6df94a9a4b2a2c16c5184c37e215302574b90b (patch) | |
tree | 9620b460eed55eef6b809526ca1f4896ff22eea0 /common | |
parent | gpg: Improve error message for expired default keys. (diff) | |
download | gnupg2-5a6df94a9a4b2a2c16c5184c37e215302574b90b.tar.xz gnupg2-5a6df94a9a4b2a2c16c5184c37e215302574b90b.zip |
speedo: Patch ELF binaries to use built libraries
* build-aux/speedo.mk: Remove GUI stuff. Add patchelf feature.
* Makefile.am (speedo): New target.
--
GnuPG-bug-id: 6710
Diffstat (limited to 'common')
-rw-r--r-- | common/w32info-rc.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 1e76b58a9..bec152eb2 100644 --- a/common/w32info-rc.h.in +++ b/common/w32info-rc.h.in @@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ -2023 g10 Code GmbH\0" +2024 g10 Code GmbH\0" |