diff options
author | Werner Koch <[email protected]> | 2014-06-25 12:33:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-30 18:24:38 +0000 |
commit | c05918c1b92bbf4f8cce0f18508014bfcf6332d8 (patch) | |
tree | 40e1ea243278f8c5773066927b65c50613efd7f0 | |
parent | Release 1.4.18 (diff) | |
download | gnupg-c05918c1b92bbf4f8cce0f18508014bfcf6332d8.tar.gz gnupg-c05918c1b92bbf4f8cce0f18508014bfcf6332d8.zip |
Post release updates
--
-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.19 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.4.18 (2014-06-30) ------------------------------------------------- @@ -1,7 +1,7 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.18 + Version 1.4.19 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, diff --git a/configure.ac b/configure.ac index 96f09d75d..ae63a4ac2 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.18]) +m4_define([mym4_version], [1.4.19]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |