diff options
author | tb <> | 2018-02-18 15:00:36 +0000 |
---|---|---|
committer | tb <> | 2018-02-18 15:00:36 +0000 |
commit | 013daaebb7c1272d647e1be37b16ea8beb3cb569 (patch) | |
tree | 24b2ab20ca7f85c97d475bae23c564311cfaf76d /src | |
parent | 1b561f846b060aedbadbe38a4aef0bb347dbf2e0 (diff) | |
download | openbsd-013daaebb7c1272d647e1be37b16ea8beb3cb569.tar.gz openbsd-013daaebb7c1272d647e1be37b16ea8beb3cb569.tar.bz2 openbsd-013daaebb7c1272d647e1be37b16ea8beb3cb569.zip |
Bump minor due to symbol addition.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 5aa8e621fd..78aa62ff05 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=42 | 2 | major=42 |
3 | minor=4 | 3 | minor=5 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 8ceae38073..2ac40aee45 100644 --- a/src/lib/libssl/shlib_version +++ b/src/lib/libssl/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libtls the same type of bump! | 1 | # Don't forget to give libtls the same type of bump! |
2 | major=44 | 2 | major=44 |
3 | minor=5 | 3 | minor=6 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 39f68a31b7..2d93b25887 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=16 | 1 | major=16 |
2 | minor=5 | 2 | minor=6 |