diff options
author | Werner Koch <[email protected]> | 2013-02-22 18:41:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-22 18:42:25 +0000 |
commit | 7d227acff329a921f76cd4c391d7cbae40115672 (patch) | |
tree | 72698b664d74d46ff126e04968074b1ef1cc7115 /configure.ac | |
parent | Add assuan_check_version and ASSUAN_VERSION_NUMBER. (diff) | |
download | libassuan-2.1.0.tar.gz libassuan-2.1.0.zip |
Release version 2.1.0.libassuan-2.1.0
* configure.ac: Bump LT version to C4/A4/R0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ef5f921..f1eea1f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,8 @@ AC_INIT([libassuan],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBASSUAN_LT_CURRENT=3 -LIBASSUAN_LT_AGE=3 +LIBASSUAN_LT_CURRENT=4 +LIBASSUAN_LT_AGE=4 LIBASSUAN_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. |