diff options
author | Werner Koch <[email protected]> | 2014-11-07 17:02:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-11-07 17:02:49 +0000 |
commit | 3003c5d70febc8d4b6be9c95ca6deda7b033cabc (patch) | |
tree | b1db36ea3d8c65c64e903078bd70731ae4cca5f1 /configure.ac | |
parent | w32: Remove I/O delays due to our 100ms delay after an EAGAIN. (diff) | |
download | libassuan-2.1.3.tar.gz libassuan-2.1.3.zip |
Release 2.1.3.libassuan-2.1.3
* configure.ac: Set LT version to C4/A4/R3.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index baa01dc..793b451 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=4 LIBASSUAN_LT_AGE=4 -LIBASSUAN_LT_REVISION=2 +LIBASSUAN_LT_REVISION=3 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 |