diff options
author | Werner Koch <[email protected]> | 2015-12-20 08:01:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-12-20 08:01:18 +0000 |
commit | 20be8ab9fbc41c4b1dc0fbc8da5416eb7d84144f (patch) | |
tree | 7e5c4437a0e9fb19489f9d8d0475d021c0e198f5 | |
parent | Release 1.4.20 (diff) | |
download | gnupg-20be8ab9fbc41c4b1dc0fbc8da5416eb7d84144f.tar.gz gnupg-20be8ab9fbc41c4b1dc0fbc8da5416eb7d84144f.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.4.21 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.4.20 (2015-12-20) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 92ae2052f..8133537d8 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.14" # (git tag -s gnupg-1.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], [1.4.20]) +m4_define([mym4_version], [1.4.21]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |