diff options
author | 2018-03-17 16:24:57 +0000 | |
---|---|---|
committer | 2018-03-17 16:24:57 +0000 | |
commit | 91c5cd9569c9d2bd9a0b029fc395222e1a1365cc (patch) | |
tree | 40d4ce2c0c521032f32a00ddcf001914055c12d5 | |
parent | Bring in compatibility for OpenSSL 1.1 style init functions. (diff) | |
download | wireguard-openbsd-91c5cd9569c9d2bd9a0b029fc395222e1a1365cc.tar.xz wireguard-openbsd-91c5cd9569c9d2bd9a0b029fc395222e1a1365cc.zip |
Bump minors after symbol addition
-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 9bee10f545d..630d5418603 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=7 +minor=8 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index c41c26c0f7b..8fca1d6800c 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=9 +minor=10 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 1f96048feaa..262e4705d3a 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=9 +minor=10 |