diff options
author | Werner Koch <[email protected]> | 2014-06-25 18:25:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-30 16:02:24 +0000 |
commit | 40215d8ecdb10d36c699aa66f6e35c43b31e4822 (patch) | |
tree | 48de925e5d04c20f297c9d41ce490c0bfe60905c | |
parent | Release 2.0.25 (diff) | |
download | gnupg-40215d8ecdb10d36c699aa66f6e35c43b31e4822.tar.gz gnupg-40215d8ecdb10d36c699aa66f6e35c43b31e4822.zip |
Post release updates.
--
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Noteworthy changes in version 2.0.26 (unreleased) +------------------------------------------------- + Noteworthy changes in version 2.0.25 (2014-06-30) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 2c92c3152..417cf25d1 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.10" # (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please # bump the version number immediately *after* the release and do # another commit and push so that the git magic is able to work. -m4_define([mym4_version], [2.0.25]) +m4_define([mym4_version], [2.0.26]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |