diff options
author | Werner Koch <[email protected]> | 2013-12-13 09:03:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-12-13 09:03:19 +0000 |
commit | 9df639b684f8420452d7b39e1dd1c3b974623921 (patch) | |
tree | 895bb99b8e237794bfd2a546f0ccc00e56990d57 | |
parent | Release 1.4.16 (diff) | |
download | gnupg-9df639b684f8420452d7b39e1dd1c3b974623921.tar.gz gnupg-9df639b684f8420452d7b39e1dd1c3b974623921.zip |
Post release version number bump.
--
-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.17 (unreleased) +------------------------------------------------- + Noteworthy changes in version 1.4.16 (2013-12-18) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index af78185b9..377bf067a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ min_automake_version="1.9.3" # (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.16]) +m4_define([mym4_version], [1.4.17]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |