summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-26 08:58:06 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-26 08:58:06 +0000
commit488fcde070191ca5b455ebcb6aaf51575519b617 (patch)
treed9ce382a403b3491a0d62daa7287429bc8440665 /version.h
parent46ae2d907e592e6f0cd14f309cf13181853bfb38 (diff)
merge revision(s) 31346,31528:
* ext/openssl/extconf.rb: Should check SSLv2_*method. openssl compiled with "no-ssl2" the extconf don't fail when running `make' having this compilation errors. Patched by Laurent Arnoud. fixes #4562, #4556 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@32234 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 49affc1877..039e088902 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2011-06-26"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20110626
-#define RUBY_PATCHLEVEL 350
+#define RUBY_PATCHLEVEL 351
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8