From b5513cd0d95b0ed99c581900fea226771b74339c Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 7 Jun 2019 09:39:46 -0400 Subject: Officially deprecate headers Create BOTAN_DEPRECATED_HEADER so we can warn about this consistently. Shuffle around the filter headers so all of the concrete filters are defined in filters.h instead of being spread across many headers. Document which headers are deprecated as well as a list of headers which will be made internal-only in a future major release. --- src/build-data/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data') diff --git a/src/build-data/version.txt b/src/build-data/version.txt index 2dc302a20..ed6bafc01 100644 --- a/src/build-data/version.txt +++ b/src/build-data/version.txt @@ -2,7 +2,7 @@ release_major = 2 release_minor = 11 release_patch = 0 -release_so_abi_rev = 10 +release_so_abi_rev = 11 # These are set by the distribution script release_vc_rev = None -- cgit v1.2.3