diff options
author | Werner Koch <[email protected]> | 2013-06-24 05:02:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-06-24 05:13:13 +0000 |
commit | cf1e6f64c83194a42012cc786a0da2814be72883 (patch) | |
tree | c392d1bf6001dfd559c658000b5809074d4177b7 | |
parent | Changes to support W64. (diff) | |
download | libassuan-2.1.1.tar.gz libassuan-2.1.1.zip |
Release 2.1.1.libassuan-2.1.1
* configure.ac: Set LT version to C4/A4/R1.
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ -Noteworthy changes in version 2.1.1 (unreleased) +Noteworthy changes in version 2.1.1 (2013-06-24) ------------------------------------------------ + * Limited support for 64 bit Windows. This is sufficient for use by + GpgEX. + Noteworthy changes in version 2.1.0 (2013-02-22) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 369a447..f588a60 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_INIT([libassuan],[mym4_full_version],[http://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=4 LIBASSUAN_LT_AGE=4 -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 |