diff options
author | Werner Koch <[email protected]> | 2016-06-15 14:16:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-15 14:16:49 +0000 |
commit | 32d671c87db54e397e75309fc9215d84d1107c0d (patch) | |
tree | 56d610f8daf545708ffe99e9f11d91a488bb10bc | |
parent | Release 1.23 (diff) | |
download | libgpg-error-32d671c87db54e397e75309fc9215d84d1107c0d.tar.gz libgpg-error-32d671c87db54e397e75309fc9215d84d1107c0d.zip |
Post release updates
--
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Noteworthy changes in version 1.24 (unreleased) [C19/A19/R_) +----------------------------------------------- + Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0) ----------------------------------------------- diff --git a/configure.ac b/configure.ac index c2790aa..682fd84 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], [23]) +m4_define([mym4_version_minor], [24]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |