diff options
author | Werner Koch <[email protected]> | 2015-09-08 14:41:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-08 14:41:38 +0000 |
commit | 0a88cd186f2943eb5ff6839ce0299d313c1d958d (patch) | |
tree | 26572b02fff26a99e115ca6f343af98c41739a1f | |
parent | Release 2.0.29. (diff) | |
download | gnupg-0a88cd186f2943eb5ff6839ce0299d313c1d958d.tar.gz gnupg-0a88cd186f2943eb5ff6839ce0299d313c1d958d.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.30 (unreleased) +------------------------------------------------- + Noteworthy changes in version 2.0.29 (2015-09-08) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 665c2b7f7..e5b8baf8e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.14" # (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.29]) +m4_define([mym4_version], [2.0.30]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |