diff options
author | Werner Koch <[email protected]> | 2013-10-04 19:29:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-10-04 19:29:50 +0000 |
commit | 0a10f1f91e487d917b6141a4c16e24235a26f311 (patch) | |
tree | fa923c1ef8986982b158cee828b483586258d94f | |
parent | Release 1.4.15 (diff) | |
download | gnupg-0a10f1f91e487d917b6141a4c16e24235a26f311.tar.gz gnupg-0a10f1f91e487d917b6141a4c16e24235a26f311.zip |
Post release updates.
--
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.4.16 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 1.4.15 (2013-10-04) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 88701fb9a..1b6f7e56e 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.15]) +m4_define([mym4_version], [1.4.16]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |