diff options
author | Werner Koch <[email protected]> | 2025-06-03 11:34:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-06-03 11:34:46 +0000 |
commit | 6aa0fef87347134a15c836e930cc714286c1eda1 (patch) | |
tree | d1c75737573c85ed31b8dda0f2e270304b6344e3 | |
parent | Release 2.0.0 (diff) | |
download | gpgme-6aa0fef87347134a15c836e930cc714286c1eda1.tar.gz gpgme-6aa0fef87347134a15c836e930cc714286c1eda1.zip |
Post release update
--
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ -Noteworthy changes in version 2.0.0 (2025-06-03) [c=C45/A0/R0] +Noteworthy changes in version 2.0.1 (unreleased) [C45/A0/R_] +------------------------------------------------ + + +Noteworthy changes in version 2.0.0 (2025-06-03) [C45/A0/R0] ------------------------------------------------ * New function gpgme_op_random_bytes to get cryptographically diff --git a/configure.ac b/configure.ac index d4dcb1cc..70e66c64 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], [2]) m4_define([mym4_minor], [0]) -m4_define([mym4_micro], [0]) +m4_define([mym4_micro], [1]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |