diff options
author | Werner Koch <[email protected]> | 2015-12-12 12:05:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-12-12 12:05:22 +0000 |
commit | 9de3ed42467a22cd745486c1b73ea71e5c4fae1c (patch) | |
tree | d28c6c822430eeb9369129565dee57bde0a0f4ef | |
parent | Release 1.21. (diff) | |
download | libgpg-error-9de3ed42467a22cd745486c1b73ea71e5c4fae1c.tar.gz libgpg-error-9de3ed42467a22cd745486c1b73ea71e5c4fae1c.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.22 (unreleased) [C17/A17/R_) +----------------------------------------------- + + Noteworthy changes in version 1.21 (2015-12-12) [C17/A17/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index a8e09cf..aec3685 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], [21]) +m4_define([mym4_version_minor], [22]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |