diff options
author | Werner Koch <[email protected]> | 2014-04-15 12:32:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-04-15 12:32:35 +0000 |
commit | 2f4e8c33b88d3492ed29903b0684428cc9d4281e (patch) | |
tree | 5a2926789e89d950ba762350294cea9cddda4250 | |
parent | Release 1.13. (diff) | |
download | libgpg-error-2f4e8c33b88d3492ed29903b0684428cc9d4281e.tar.gz libgpg-error-2f4e8c33b88d3492ed29903b0684428cc9d4281e.zip |
Post release updates.
--
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Noteworthy changes in version 1.14 (unreleased) +----------------------------------------------- + + * Interface changes relative to the 1.13 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Noteworthy changes in version 1.13 (2014-04-15) ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 3565b1a..653d7ed 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], [13]) +m4_define([mym4_version_minor], [14]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |