diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -Noteworthy changes in version 2.2.1 (unreleased) [C5/A5/R_] +Noteworthy changes in version 2.2.1 (2015-05-12) [C5/A5/R1] ------------------------------------------------ + * Documentation updates. + + * Fixed building for Windows with newer versions of Mingw. + Noteworthy changes in version 2.2.0 (2014-12-11) [C5/A5/R0] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 0a1ab88..a4c6d0e 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=5 LIBASSUAN_LT_AGE=5 -LIBASSUAN_LT_REVISION=0 +LIBASSUAN_LT_REVISION=1 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 |