diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-02-28 14:24:42 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-02-28 14:24:42 +0000 |
commit | 15e6e1a6402ba3d8e6726d9fa975aa7208b8eeab (patch) | |
tree | cc24aba6336063ecc70feaedf51b2e45e1642462 | |
parent | 831d93584a12a0617f376adf0017ca7eb6a61057 (diff) |
Bump minors due to symbol addition.
-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 bee38956cd9..58c7bfe61c7 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=41 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 7f7ed0afa91..f23d05d3fcc 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=43 -minor=1 +minor=2 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index a822f1f1801..4c073ef03c9 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=3 +minor=4 |