diff options
author | tb <> | 2022-09-11 17:34:41 +0000 |
---|---|---|
committer | tb <> | 2022-09-11 17:34:41 +0000 |
commit | 961cef34cb1f1979ebc4dadfb19fc2fac9c2149b (patch) | |
tree | 903305a53e30d885b5bafabc4daa1ba2ab259011 | |
parent | 97c4628b32811d4b744c165ccccd1b59d192755d (diff) | |
download | openbsd-961cef34cb1f1979ebc4dadfb19fc2fac9c2149b.tar.gz openbsd-961cef34cb1f1979ebc4dadfb19fc2fac9c2149b.tar.bz2 openbsd-961cef34cb1f1979ebc4dadfb19fc2fac9c2149b.zip |
Bump major after symbol addition and removal and struct visibility changes
-rw-r--r-- | src/lib/libcrypto/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 0a179e5f01..9187b19788 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! |
2 | major=49 | 2 | major=50 |
3 | minor=1 | 3 | minor=0 |