summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-17 08:59:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-17 08:59:14 +0000
commit61bb4b389e133a73b24c54b1363a950f9eb87174 (patch)
treec55e030847c76d8742b081a1c4098998ea074bdd /version.h
parent3bc58582a90ed08b0398acc5a9aa71b3c94488e1 (diff)
merge revision(s) 49525,49575,49579: [Backport #10839]
test_cipher.rb: OpenSSL 1.0.2 * test/openssl/test_cipher.rb (OpenSSL::TestCipher#test_ciphers): OpenSSL 1.0.2 does not allow wrap mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index c6d19fe62b..3302f7b2e8 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2015-02-17"
-#define RUBY_PATCHLEVEL 632
+#define RUBY_PATCHLEVEL 633
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 2