diff options
author | 2018-03-17 16:44:44 +0000 | |
---|---|---|
committer | 2018-03-17 16:44:44 +0000 | |
commit | c9fefa0383ee0d1abec6cf678e87f2c3b77c0848 (patch) | |
tree | fd213ebd654ea654ef7bd85ee204a2ac232ebe63 /lib/libssl | |
parent | sync (diff) | |
download | wireguard-openbsd-c9fefa0383ee0d1abec6cf678e87f2c3b77c0848.tar.xz wireguard-openbsd-c9fefa0383ee0d1abec6cf678e87f2c3b77c0848.zip |
crank majors
req by deraadt
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
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 |