diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-10 17:13:52 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-10 17:13:52 +0000 |
commit | 9f758466ca8cbd58bc349bc0f351f28096351cd9 (patch) | |
tree | ce63757768f2c73b4d1f0ae0e0e03a480bc5fb5b /lib | |
parent | bcdf6ca79cc0f41ee1d9ec825fedc35a1967f6ba (diff) |
give libtls the same bump as libssl
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtls/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 9e8fc76cb1d..83b24802061 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=20 -minor=3 +major=21 +minor=0 |