diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:02:12 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:02:12 +0000 |
commit | d263b4ad378649d85b927aaa593cf5fb47b651f0 (patch) | |
tree | a62525f98442d9925331ef7c9284db170ad1469d | |
parent | 1dea41621174f6ed1e449be352720f70ef9a3803 (diff) |
bump minor after symbol addition
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 00fc66eb50a..0a179e5f01f 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=49 -minor=0 +minor=1 |