diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-03-17 16:24:58 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-03-17 16:24:58 +0000 |
commit | 55d96328339c874d34b56ba771b5c1d133337d02 (patch) | |
tree | 4ed41f14303c3dd6083c64c33d188dc0dfc555e7 | |
parent | d83b0021084a06853c2e11f06f5db729bf3d6b63 (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 9bee10f545d..630d5418603 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=7 +minor=8 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index c41c26c0f7b..8fca1d6800c 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=9 +minor=10 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 1f96048feaa..262e4705d3a 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=9 +minor=10 |