diff options
author | 2017-01-22 03:53:11 +0000 | |
---|---|---|
committer | 2017-01-22 03:53:11 +0000 | |
commit | 296555ae251f0147700733ef59879e495e7fdac7 (patch) | |
tree | 58bd522f73972fcb87b5bdaebeebe6437a85c63c | |
parent | Convert publically visible structs to translucent structs. (diff) | |
download | wireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.tar.xz wireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.zip |
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 |