diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-18 13:07:35 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-02-18 13:07:35 +0000 |
commit | 38cbb0475197d432070c23fd80054db298eb2e28 (patch) | |
tree | e51b8bb5d8f5483e07e52bacd2adb72c3c94367d /lib | |
parent | 2a1b6dbe85ea4a2fe0bf13ac76fbe0408f396ef6 (diff) |
Bump libcrypto/libssl/libtls minors due to symbol additions.
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 8b3aecdf86d..5aa8e621fdc 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=3 +minor=4 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 9c2080f12de..8ceae38073a 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=4 +minor=5 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 712afbbad41..39f68a31b77 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=4 +minor=5 |