diff options
author | Werner Koch <[email protected]> | 2018-06-11 09:02:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-06-11 09:02:32 +0000 |
commit | f32dbf396ae728eaa340f69babe02416972fa34f (patch) | |
tree | a5b0bd91968a3cd8c49342188e1f87a67fc61558 | |
parent | Release 1.4.23 (diff) | |
download | gnupg-f32dbf396ae728eaa340f69babe02416972fa34f.tar.gz gnupg-f32dbf396ae728eaa340f69babe02416972fa34f.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.24 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.4.23 (2018-06-11) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index b92440c2e..e5bf1bc1a 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.23]) +m4_define([mym4_version], [1.4.24]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |