diff options
author | Werner Koch <[email protected]> | 2018-12-13 08:05:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-12-13 08:05:57 +0000 |
commit | 86e1d17de081081f9302ca58cc2e07ecde3172f6 (patch) | |
tree | 079a7d536cc99f4a761f1b15d6f00a253b1b0c4f /configure.ac | |
parent | libassuan.vers: Remove duplicates. (diff) | |
download | libassuan-2.5.2.tar.gz libassuan-2.5.2.zip |
Release 2.5.2libassuan-2.5.2
* configure.ac: Bump LT version to C8/A8/R2.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06923cf..2329de3 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=8 LIBASSUAN_LT_AGE=8 -LIBASSUAN_LT_REVISION=1 +LIBASSUAN_LT_REVISION=2 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 |