diff options
author | Werner Koch <[email protected]> | 2015-05-12 11:45:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-05-12 11:45:22 +0000 |
commit | 1f0896c86b0d6b02a71b90f122bf3fa90e75fb9d (patch) | |
tree | 574ac0f3daba5dfe39ab0dc242c327a9f8c9ac2c | |
parent | clean up assuan documentation (diff) | |
download | libassuan-2.2.1.tar.gz libassuan-2.2.1.zip |
Release 2.2.1libassuan-2.2.1
-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 |