diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-31 17:02:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-31 17:02:19 +0000 |
commit | 81db9e978e05530cc742466bd59d26c173a70483 (patch) | |
tree | 31e4700cdec820f0b0bb49089c60ab7bfa744be6 /lib | |
parent | 7550338660a5b11fc18d745e6cfe91b27bbd0af8 (diff) |
Bump minors after symbol addition
Diffstat (limited to 'lib')
-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 6f38b0ecb5c..c86061b794e 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=46 -minor=1 +minor=2 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 8347cbd6d21..f7a2042476d 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=48 -minor=1 +minor=2 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index fed89f8ae6c..9e8fc76cb1d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=20 -minor=2 +minor=3 |