summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-25 15:54:19 +0000
committertb <>2023-04-25 15:54:19 +0000
commitd7b4ec4854b7d888ef6a51ad555989a9a9e0339d (patch)
tree75e99f03c809ea00fe7367ecb46381fb9ad1035f
parentc76a670daed382c676d944e132defe45c5e27a26 (diff)
downloadopenbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.tar.gz
openbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.tar.bz2
openbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.zip
Bump majors after symbol addition and removal
-rw-r--r--src/lib/libcrypto/shlib_version4
-rw-r--r--src/lib/libssl/shlib_version4
-rw-r--r--src/lib/libtls/shlib_version4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version
index 49cfcaaf31..789f6ba811 100644
--- a/src/lib/libcrypto/shlib_version
+++ b/src/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libssl and libtls the same type of bump! 1# Don't forget to give libssl and libtls the same type of bump!
2major=50 2major=51
3minor=2 3minor=0
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 574d7e57e9..d3b93e9fd0 100644
--- a/src/lib/libssl/shlib_version
+++ b/src/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=53 2major=54
3minor=2 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index 34aa186fe4..54ef0c4cc0 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=26 1major=27
2minor=2 2minor=0