diff options
author | Werner Koch <[email protected]> | 2014-06-23 15:42:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-23 15:42:21 +0000 |
commit | ba50a006302cee62376f1c7bf11a08dad14f41ff (patch) | |
tree | 79c7a2297b6e5199c9e6b706e30053a71ab9fdec | |
parent | Release 1.4.17 (diff) | |
download | gnupg-ba50a006302cee62376f1c7bf11a08dad14f41ff.tar.gz gnupg-ba50a006302cee62376f1c7bf11a08dad14f41ff.zip |
Post release changes.
--
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.4.18 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.4.17 (2014-06-23) ------------------------------------------------- @@ -1,7 +1,7 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.17 + Version 1.4.18 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, diff --git a/configure.ac b/configure.ac index 93527e903..96f09d75d 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.17]) +m4_define([mym4_version], [1.4.18]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |