diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2016-08-31 23:05:31 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2016-08-31 23:05:31 +0000 |
commit | c4f1c6f04393c27a5333533c5fdfb3f78bc669e3 (patch) | |
tree | 361ef058541bdea705f1339379421804b23c556f | |
parent | f7f47608e087682199036d8f798bbdd9d7a9e2c0 (diff) |
Crank minor due to API addition
-rw-r--r-- | lib/libcrypto/crypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version index b9d357140a4..cf69944b9dd 100644 --- a/lib/libcrypto/crypto/shlib_version +++ b/lib/libcrypto/crypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! major=38 -minor=0 +minor=1 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index 090dbb86807..9149d47732c 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! major=39 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 94c22abb7e1..5e6c3dd51b1 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=11 -minor=2 +minor=3 |