Skip to content

Commit

Permalink
Ruby/OpenSSL 2.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Aug 29, 2016
1 parent 18704eb commit 95553be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version x.y.z
Version 2.0.0
=============

This is the first release of openssl gem, formerly a standard library of Ruby,
Expand Down
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 "1.1.0"
#define OSSL_VERSION "2.0.0"

#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 = "1.1.0"
spec.version = "2.0.0.beta.1"
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 95553be

Please sign in to comment.