diff options
author | Jack Lloyd <[email protected]> | 2017-07-03 09:41:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-03 09:41:03 -0400 |
commit | 38fe6d3ab3e8a4be2becd5fd0b8c7bb4a8f1e192 (patch) | |
tree | ab7eccf25856b89095bf825977349a29574f8b87 /botan_version.py | |
parent | 898a6a8433c244887a410de402d982e7016bb24b (diff) |
Increase ABI version
Already we broke ABI in 2.1 but did not bump the soversion
(see comments in https://github.com/randombit/botan/commit/7bdffd52a96e08e9452d1985258376a3925a497b)
and 2.2 again changes ABI for example by adding HashFunction::copy_state
function.
[ci skip]
Diffstat (limited to 'botan_version.py')
-rw-r--r-- | botan_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index 0d57833b7..aea54e47c 100644 --- a/botan_version.py +++ b/botan_version.py @@ -2,7 +2,7 @@ release_major = 2 release_minor = 2 release_patch = 0 -release_so_abi_rev = 0 +release_so_abi_rev = 2 # These are set by the distribution script release_vc_rev = None |