diff options
author | Werner Koch <[email protected]> | 2017-07-19 09:37:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-19 09:37:01 +0000 |
commit | 84603a026957b2c3320490a0bce34faf228e6e67 (patch) | |
tree | 15d2614a3e7a7077f8f479bc738e43854d02a613 | |
parent | Release 1.4.22 (diff) | |
download | gnupg-84603a026957b2c3320490a0bce34faf228e6e67.tar.gz gnupg-84603a026957b2c3320490a0bce34faf228e6e67.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 1.4.23 (unreleased) +------------------------------------------------- + Noteworthy changes in version 1.4.22 (2017-07-19) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index f6ed9c27f..028d48552 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.22]) +m4_define([mym4_version], [1.4.23]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |