summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-10-31 16:41:24 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-10-31 16:41:24 +0000
commit25239503c169cb4468b7dad9e74b5b67d07d080c (patch)
treed7f85f28e266cc8d8a760ce11a73c95f41e56687
parent014dadac9dde265898fa427e9103a673c7346c32 (diff)
Bump majors after struct visibility changes, symbol removal and symbol
addition.
-rw-r--r--lib/libcrypto/shlib_version2
-rw-r--r--lib/libssl/shlib_version2
-rw-r--r--lib/libtls/shlib_version2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version
index c0f37e0258d..16849ed76b0 100644
--- a/lib/libcrypto/shlib_version
+++ b/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libssl and libtls the same type of bump!
-major=47
+major=48
minor=0
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index 9e3b530afac..088439a3355 100644
--- a/lib/libssl/shlib_version
+++ b/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libtls the same type of bump!
-major=50
+major=51
minor=0
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index 629f8a9fc41..df4de0fc4dc 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
-major=22
+major=23
minor=0