diff options
author | Jack Lloyd <[email protected]> | 2017-08-15 16:11:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-15 16:11:19 -0400 |
commit | ba75558b723ae0c8b1e3b8718d972ef2fa567dfd (patch) | |
tree | 486940da765345d4128841a23ad8a9bbc29226fd /src/lib/ffi/info.txt | |
parent | c917ab6ebdd2f4661eb7045887e3945078f62082 (diff) |
Update FFI version
Also fix botan_ffi_supports_api to return true for any supported
version (2.0, 2.1/2.2, and 2.3). Really 2.2 should have had its
own FFI version code since there were already many FFI API additions
in that release.
Diffstat (limited to 'src/lib/ffi/info.txt')
-rw-r--r-- | src/lib/ffi/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffi/info.txt b/src/lib/ffi/info.txt index a28df11b0..d85faee0e 100644 --- a/src/lib/ffi/info.txt +++ b/src/lib/ffi/info.txt @@ -1,5 +1,5 @@ <defines> -FFI -> 20170327 +FFI -> 20170815 </defines> <header:internal> |