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 2.0.27 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 2.0.26 (2014-08-12) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 417cf25d1..c5f9bb61e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.10" # (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please # bump the version number immediately *after* the release and do # another commit and push so that the git magic is able to work. -m4_define([mym4_version], [2.0.26]) +m4_define([mym4_version], [2.0.27]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a |