diff options
author | Werner Koch <[email protected]> | 2017-12-01 14:27:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-12-01 14:27:54 +0000 |
commit | a70eaa8a3347660cf2f66ada0fa82cf991a1d7a0 (patch) | |
tree | ec75ae212a9a8b9776f5c5cf6103afdbf04939be /configure.ac | |
parent | Wrap assuan_close for nPth. (diff) | |
download | libassuan-2.4.5.tar.gz libassuan-2.4.5.zip |
Release 2.4.5libassuan-2.4.5
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 0c3998b..ddd28b4 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=7 LIBASSUAN_LT_AGE=7 -LIBASSUAN_LT_REVISION=4 +LIBASSUAN_LT_REVISION=5 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 |