summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 05:20:22 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 05:20:22 +0000
commit5b3f05ab6a7b779c62eb6238ed076094c93c4092 (patch)
tree6a4d33eda38cc6ab184541ebe907b5f68fc74301 /version.h
parent4a965795f857b24e1ab0800f6dbe9af8a5fa425d (diff)
merge revision(s) 25069:
* ext/openssl/ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if frozen (or untainted for $SECURE >= 4) [ruby-core:18377] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25839 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 58bb8a229d..b74e935fda 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-11-18"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20091118
-#define RUBY_PATCHLEVEL 211
+#define RUBY_PATCHLEVEL 212
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8