diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ -Noteworthy changes in version 1.26 (unreleased) [C20/A20/R_] +Noteworthy changes in version 1.27 (unreleased) [C2_/A2_/R_] +----------------------------------------------- + + +Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0] ----------------------------------------------- * New option --desc for gpg-error. diff --git a/configure.ac b/configure.ac index e3ca56e..6d4f173 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], [26]) +m4_define([mym4_version_minor], [27]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |