diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4991911..b67a276 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ RELEASE_ARCHIVE_DIR = wk@vigenere:tarballs/libgpg-error/ # The key used to sign the released sources. Adjust as needed. -RELEASE_SIGNING_KEY = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6 +RELEASE_SIGNING_KEY = 6DAA6E64A76D2840571B4902528897B826403ADA # Autoconf flags ACLOCAL_AMFLAGS = -I m4 @@ -1,3 +1,10 @@ +Noteworthy changes in version 1.41 (unreleased) [C31/A31/R ] +----------------------------------------------- + + + Release-info: https://dev.gnupg.org/T5192 + + Noteworthy changes in version 1.40 (2020-12-21) [C31/A31/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 10332ef..c5e5601 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ min_automake_version="1.14" # See below for the LT versions. m4_define([mym4_package],[libgpg-error]) m4_define([mym4_major], [1]) -m4_define([mym4_minor], [40]) +m4_define([mym4_minor], [41]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |