diff options
author | Werner Koch <[email protected]> | 2016-04-25 09:12:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-25 09:12:24 +0000 |
commit | c780f657c03baf93c3a38f029f9b1a5d135a9ce4 (patch) | |
tree | 8c8e9c9e9ef748bb909ada0cd15f2f391add19ad | |
parent | Release 1.22. (diff) | |
download | libgpg-error-c780f657c03baf93c3a38f029f9b1a5d135a9ce4.tar.gz libgpg-error-c780f657c03baf93c3a38f029f9b1a5d135a9ce4.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.23 (unreleased) [C18/A18/R_) +----------------------------------------------- + + Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0) ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 784ac69..939d6ef 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], [22]) +m4_define([mym4_version_minor], [23]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |