diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-11 07:00:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-11 07:00:15 +0000 |
commit | 6c4da3582e283c0b4f70e40a48c531eae2c05cc5 (patch) | |
tree | fabe730c6b5016e92af0126f24cc446810a63b74 | |
parent | cfc511f27091ae4f95d103d73cf43d429985c9b7 (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 ba7b0b9de11..a831e577a68 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=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index e92e60e2a81..b4b60939c29 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=0 +minor=1 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 0aab0406bf8..9838ba60e39 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=19 -minor=0 +minor=1 |