diff options
author | Werner Koch <[email protected]> | 2014-09-18 11:18:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-18 11:18:35 +0000 |
commit | a39ffed155b14865a1ea00f9b2f19e601874044c (patch) | |
tree | 10e3607033934c72b79ed02ff2170da58237129f | |
parent | Release 1.16. (diff) | |
download | libgpg-error-a39ffed155b14865a1ea00f9b2f19e601874044c.tar.gz libgpg-error-a39ffed155b14865a1ea00f9b2f19e601874044c.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.17 (unreleased) [C12/A12/R_] +----------------------------------------------- + + Noteworthy changes in version 1.16 (2014-09-18) [C12/A12/R2] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 71ef4a1..b32b751 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], [16]) +m4_define([mym4_version_minor], [17]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |