summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-11 17:09:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-11 17:09:43 +0000
commitb231f948c4c6f089488687f8667695c5dbd8a407 (patch)
tree69cee12ba2b2a0611cd3fe0f93fc8332a22183ab
parent1fc88012eb3862e36fc8c0754ea9f23ba9c17135 (diff)
merge revision(s) 57335:
s/SaveStringValue/SafeStringValue/ Fix a typo in extension.rdoc. Signed-off-by: Akira Matsuda <ronnie@dio.jp> closes #1512 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/extension.rdoc2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 61a6aeffd9..c2a3a9833e 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -1176,7 +1176,7 @@ void Check_Type(VALUE value, int type) ::
Ensures +value+ is of the given internal +type+ or raises a TypeError
-SaveStringValue(value) ::
+SafeStringValue(value) ::
Checks that +value+ is a String and is not tainted
diff --git a/version.h b/version.h
index b2bc565069..2fcf4bb700 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.4.0"
#define RUBY_RELEASE_DATE "2017-03-12"
-#define RUBY_PATCHLEVEL 24
+#define RUBY_PATCHLEVEL 25
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3