diff options
author | 2018-03-17 16:44:44 +0000 | |
---|---|---|
committer | 2018-03-17 16:44:44 +0000 | |
commit | c9fefa0383ee0d1abec6cf678e87f2c3b77c0848 (patch) | |
tree | fd213ebd654ea654ef7bd85ee204a2ac232ebe63 /lib | |
parent | sync (diff) | |
download | wireguard-openbsd-c9fefa0383ee0d1abec6cf678e87f2c3b77c0848.tar.xz wireguard-openbsd-c9fefa0383ee0d1abec6cf678e87f2c3b77c0848.zip |
crank majors
req by deraadt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 4 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 4 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 630d5418603..c18f102ef5f 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=8 +major=43 +minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 8fca1d6800c..e74543aae85 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=10 +major=45 +minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 262e4705d3a..ffdd3d2d569 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=16 -minor=10 +major=17 +minor=0 |