diff options
author | 2018-03-20 15:35:09 +0000 | |
---|---|---|
committer | 2018-03-20 15:35:09 +0000 | |
commit | 5cf45f87cd9e20d5ea3cae57656023a58b54d49c (patch) | |
tree | 29e6b0a60d9bdf15b3e4f4d7f9f9508c87bdad0a | |
parent | Provide SSL_SESSION_set1_id() (diff) | |
download | wireguard-openbsd-5cf45f87cd9e20d5ea3cae57656023a58b54d49c.tar.xz wireguard-openbsd-5cf45f87cd9e20d5ea3cae57656023a58b54d49c.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 c18f102ef5f..c5b8a2505c4 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=43 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index e74543aae85..d31fc355473 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=45 -minor=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index ffdd3d2d569..730231c38d0 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=17 -minor=0 +minor=1 |