summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 10:32:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 10:32:01 +0000
commit1b1fdc3c09d4bbe18c2d71daeb25257d10221e3f (patch)
tree4b6869ac9bdd132e1f99c214dc8634d65ff5ad24
parente00d0451d02ac5800fda83e377464551abb7f084 (diff)
* ChangeLog: fixed typo. sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@40727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a433a9bec5..46ee9107fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@ Tue May 14 10:39:33 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* regexec.c (onig_search): fix problem with optimization of \z.
[Backport #8210]
- patched by k_tanaka at [ruby-core:54251].
+ patched by k_takata at [ruby-core:54251].
Tue May 14 09:36:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
diff --git a/version.h b/version.h
index 37a0adcdb5..8defd4b1c3 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 424
+#define RUBY_PATCHLEVEL 425
#define RUBY_RELEASE_DATE "2013-05-14"
#define RUBY_RELEASE_YEAR 2013