diff options
author | Werner Koch <[email protected]> | 2013-07-25 09:00:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-07-25 09:00:04 +0000 |
commit | 6f634b0e089f253f07a470670449ba0722408d46 (patch) | |
tree | 8d5e2af4f65c908cea21a92fc8ef457bc249b776 | |
parent | Release 1.4.14. (diff) | |
download | gnupg-6f634b0e089f253f07a470670449ba0722408d46.tar.gz gnupg-6f634b0e089f253f07a470670449ba0722408d46.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.15 (unreleased) +------------------------------------------------- + Noteworthy changes in version 1.4.14 (2013-07-25) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index c4499e78a..88701fb9a 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,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.14]) +m4_define([mym4_version], [1.4.15]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |