diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-01-22 03:53:12 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-01-22 03:53:12 +0000 |
commit | ce7922815c37135c852bb92663b8d306f0ca7a28 (patch) | |
tree | 5331a653b16b70a8e25259e654cf752f76c1a04d | |
parent | e84887d015d85d5e65c35bc64689d64835e8003d (diff) |
Bump majors for libssl and libtls following the translucent struct change.
Further changes to the publically visible structs will ride this bump.
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 639844c61ed..4cdb3d9c9ad 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=42 +major=43 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index d85251eba7d..77913220429 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=14 +major=15 minor=0 |