diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-11-02 15:42:00 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-11-02 15:42:00 +0000 |
commit | e947b0def928d7d343ad21218e0cda790e3694ab (patch) | |
tree | 09497d0a027300f411489486f56001bd89e51ea9 | |
parent | a9f81ded5a5cd081f18d0bb0eb8e8beca2dfc150 (diff) |
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
OK jsing@
-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 bd6f8d0a1e7..759846c21ab 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=36 -minor=0 +minor=1 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index e6e0d98f905..c04c87bba8e 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=37 -minor=0 +minor=1 |