diff options
author | Werner Koch <[email protected]> | 2025-04-08 07:11:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-04-08 07:11:29 +0000 |
commit | 9cb950827d6ad347adbb0745d18442c5191ddbbb (patch) | |
tree | abd38f042c8dd2b0d8aa978a2ca1b54b7bf81ba2 | |
parent | Release 1.52 (diff) | |
download | libgpg-error-9cb950827d6ad347adbb0745d18442c5191ddbbb.tar.gz libgpg-error-9cb950827d6ad347adbb0745d18442c5191ddbbb.zip |
Post release updates
--
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.53 (unreleased) [C39/A39/R_] +----------------------------------------------- + + Noteworthy changes in version 1.52 (2025-04-08) [C39/A39/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index a8c8c9a..8473cd7 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], [52]) +m4_define([mym4_minor], [53]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |