diff options
author | Werner Koch <[email protected]> | 2020-10-23 16:57:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-10-23 16:58:35 +0000 |
commit | e368b400f276d5d9868832e7a652ab250dd57555 (patch) | |
tree | 4c80a76a687fdb46f93dc665b6ad986b6a095174 /configure.ac | |
parent | Support Unicode socket file names under Windows. (diff) | |
download | libassuan-2.5.4.tar.gz libassuan-2.5.4.zip |
Release 2.5.4libassuan-2.5.4
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 ced32e4..57596e5 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=3 +LIBASSUAN_LT_REVISION=4 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 |