diff options
author | Werner Koch <[email protected]> | 2015-04-10 17:05:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-10 17:05:54 +0000 |
commit | e906a33f5f4b02019faa83e882fffa8df3b14d49 (patch) | |
tree | 8213a0a220220c41316a8f5b527136385d321cac | |
parent | Release 1.19. (diff) | |
download | libgpg-error-e906a33f5f4b02019faa83e882fffa8df3b14d49.tar.gz libgpg-error-e906a33f5f4b02019faa83e882fffa8df3b14d49.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.20 (unreleased) [C__/A__/R_] +----------------------------------------------- + + Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 32f62ad..b6ca5fb 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ min_automake_version="1.14" # 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], [19]) +m4_define([mym4_version_minor], [20]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |