diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 18:19:08 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-20 18:19:08 +0000 |
commit | 999986651841694fd4b1a9a4d6cec9020908550f (patch) | |
tree | 9063475cc282bf1c2c652a11f6364428a067a6df /lib | |
parent | 95dead6ec76669b00c7e3e67a327e42ac48dbb48 (diff) |
Crank lib{crypto,ssl,tls} minors after symbol addition.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 78aa62ff05d..b95dc001e42 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=42 -minor=5 +minor=6 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 2ac40aee453..95424e5cf15 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=44 -minor=6 +minor=7 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 2d93b258879..6d0144bba1f 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=6 +minor=7 |