diff options
author | Werner Koch <[email protected]> | 2014-09-11 13:39:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-11 13:39:49 +0000 |
commit | 7de798e2b0f4c4d18b1690e1ab370522faa2de9d (patch) | |
tree | 015a0b097460a05582b75fc301d6cf629174687a | |
parent | Release 1.15. (diff) | |
download | libgpg-error-7de798e2b0f4c4d18b1690e1ab370522faa2de9d.tar.gz libgpg-error-7de798e2b0f4c4d18b1690e1ab370522faa2de9d.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.16 (unreleased) [C__/A__/R_] +----------------------------------------------- + + Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 5aa89ce..d2964f2 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ min_automake_version="1.11" # another commit, and a push so that the git magic is able to work. # See below for the LT versions. m4_define([mym4_version_major], [1]) -m4_define([mym4_version_minor], [15]) +m4_define([mym4_version_minor], [16]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |