diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-18 15:00:37 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-18 15:00:37 +0000 |
commit | d676b493fa89d222381cca584d4714c11022c9f2 (patch) | |
tree | a1f3d2cd51a0d36f64eb77586c94918c0a2b8522 /lib | |
parent | 09ce7b4add9b5b71ae1c9b0c302882ca31d8fb90 (diff) |
Bump minor due to 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 5aa8e621fdc..78aa62ff05d 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=4 +minor=5 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 8ceae38073a..2ac40aee453 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=5 +minor=6 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 39f68a31b77..2d93b258879 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=5 +minor=6 |