diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2016-11-05 15:16:50 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2016-11-05 15:16:50 +0000 |
commit | fbf3e31b257d105737c529b7bc778a91a97e806f (patch) | |
tree | 18d0fdf62dff39fb2a570adb1652abc5a5ff00b3 | |
parent | 01d7edda90abcb83a913ac585465988def75fca9 (diff) |
bump minors for symbol addition for ocsp and x25519 symbol additions
-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 77935fe957d..8ee32caa65a 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=39 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 51f4d897f8e..3a4ff8b8f0e 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=40 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 56246d02b24..eb2c603aec0 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=0 +minor=1 |