diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-17 18:19:35 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-17 18:19:35 +0000 |
commit | 036e442c16c6839ccc1531cfb1a7b6f0b37f164f (patch) | |
tree | d951c91259c95039dda911f16307d7f62baa4dbe | |
parent | bea0b108e0002de4e32d9148bdef868d7043eb37 (diff) |
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 d816b9a19d9..7fd5c8dff5e 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=45 -minor=3 +minor=4 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 6577e098636..71b82a4cf5e 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=47 -minor=3 +minor=4 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index b549100d67f..b6bfa61ec5a 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=19 -minor=4 +minor=5 |