diff options
author | 2018-02-18 15:00:36 +0000 | |
---|---|---|
committer | 2018-02-18 15:00:36 +0000 | |
commit | b6641ed58e19c46fcee2a9798a92eb3c546f449c (patch) | |
tree | 9e0ae419664e646fa86ee8f7049e5a8310dfa157 /lib | |
parent | Provide {DH,DSA}_set0_key(). Requested by sthen. (diff) | |
download | wireguard-openbsd-b6641ed58e19c46fcee2a9798a92eb3c546f449c.tar.xz wireguard-openbsd-b6641ed58e19c46fcee2a9798a92eb3c546f449c.zip |
Bump minor due to symbol addition.
Diffstat (limited to 'lib')
-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 5aa8e621fdc..78aa62ff05d 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=42 -minor=4 +minor=5 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 8ceae38073a..2ac40aee453 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=44 -minor=5 +minor=6 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 39f68a31b77..2d93b258879 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=5 +minor=6 |