Bump BORINGSSL_API_VERSION Change-Id: I5f0b162ca9c2bd4a718b4e933499f15509e420e2 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/95727 Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Emily Stark <estark@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/base.h b/include/openssl/base.h index 961e542..1ce0e1b 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h
@@ -73,7 +73,7 @@ // A consumer may use this symbol in the preprocessor to temporarily build // against multiple revisions of BoringSSL at the same time. It is not // recommended to do so for longer than is necessary. -#define BORINGSSL_API_VERSION 40 +#define BORINGSSL_API_VERSION 41 #if defined(BORINGSSL_SHARED_LIBRARY)