diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.24.4 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.24.3 (2025-05-19) ------------------------------------------------- @@ -13,7 +17,7 @@ Noteworthy changes in version 1.24.3 (2025-05-19) [c=C44/A33/R2 cpp=C27/A21/R3 qt=C21/A6/R2] - Release-info: https://dev.gnupg.org/T7524 + Release-info: https://dev.gnupg.org/T7659 Noteworthy changes in version 1.24.2 (2025-02-10) diff --git a/configure.ac b/configure.ac index 6fd5b4bd..d466b2ce 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ min_automake_version="1.14" m4_define([mym4_package],[gpgme]) m4_define([mym4_major], [1]) m4_define([mym4_minor], [24]) -m4_define([mym4_micro], [3]) +m4_define([mym4_micro], [4]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |