Skip to content

Commit

Permalink
Ruby/OpenSSL 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Dec 21, 2016
1 parent 02c4176 commit 0a74f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/openssl/ossl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#if !defined(_OSSL_VERSION_H_)
#define _OSSL_VERSION_H_

#define OSSL_VERSION "2.0.1"
#define OSSL_VERSION "2.0.2"

#endif /* _OSSL_VERSION_H_ */
2 changes: 1 addition & 1 deletion openssl.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "2.0.1"
spec.version = "2.0.2"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["[email protected]"]
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
Expand Down

0 comments on commit 0a74f20

Please sign in to comment.