diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2016-08-31 23:05:31 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2016-08-31 23:05:31 +0000 |
commit | ae77ea8bd97d946956971d5ce1bccca92ac362ff (patch) | |
tree | ebc746c89d2e69d11d3152147add4e94e0b6e337 /lib | |
parent | 206442f3667b983ecb487c181dd20ab79ee3c9b7 (diff) |
Crank minor due to API addition
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index b9d357140a4..cf69944b9dd 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=38 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 090dbb86807..9149d47732c 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=39 -minor=0 +minor=1 |