diff options
author | Werner Koch <[email protected]> | 2014-10-15 13:25:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-15 13:25:41 +0000 |
commit | 99c8336aa6ee571c6305d121c55e987fa37e3882 (patch) | |
tree | a0d014aa2ccaf515d6c733e6cd776904d3517a40 | |
parent | Release 1.17. (diff) | |
download | libgpg-error-99c8336aa6ee571c6305d121c55e987fa37e3882.tar.gz libgpg-error-99c8336aa6ee571c6305d121c55e987fa37e3882.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.18 (unreleased) [C13/A13/R_] +----------------------------------------------- + + Noteworthy changes in version 1.17 (2014-10-15) [C13/A13/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index bb1071a..9683c81 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], [17]) +m4_define([mym4_version_minor], [18]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |