diff options
-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.25 (unreleased) [C19/A19/R_) +----------------------------------------------- + + Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1) ----------------------------------------------- diff --git a/configure.ac b/configure.ac index a099aba..61b3b47 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], [24]) +m4_define([mym4_version_minor], [25]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag |