diff options
author | 2016-11-02 15:19:53 +0000 | |
---|---|---|
committer | 2016-11-02 15:19:53 +0000 | |
commit | 35fdf0832ecbcb87bf3a81ff1ccbfca224f028a4 (patch) | |
tree | f4ad890a8a174d4c3436d79532a2c7b094a15c2c | |
parent | Add OCSP client side support to libtls. (diff) | |
download | wireguard-openbsd-35fdf0832ecbcb87bf3a81ff1ccbfca224f028a4.tar.xz wireguard-openbsd-35fdf0832ecbcb87bf3a81ff1ccbfca224f028a4.zip |
bump minor for ocsp api additions
-rw-r--r-- | lib/libtls/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index f6b149e5862..18279d15316 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=11 -minor=4 +minor=5 |