diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:03:54 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:03:54 +0000 |
commit | ba6f80ca330c2ad9fed7e03170f659c39d4d4d4b (patch) | |
tree | f9913ed03c303b04e3fee7d20a9562b1d8c7b4e6 | |
parent | 98dfc2ea306254d70a994d800ea244bcf5cbb65f (diff) |
Bump minor after symbol addition
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index f326ddcde2a..2a31050bcd1 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=52 -minor=0 +minor=1 |