summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 616e2059b0..5505dc53e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -217,7 +217,7 @@ Wed Feb 20 17:02:12 2013 Koichi Sasada <ko1@atdot.net>
Wed Feb 20 08:05:25 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * compar.c (rb_invcmp): compare by inversed comarison, with preventing
+ * compar.c (rb_invcmp): compare by inversed comparison, with preventing
from infinite recursion. [ruby-core:52305] [Bug #7870]
* string.c (rb_str_cmp_m), time.c (time_cmp): get rid of infinite
diff --git a/version.h b/version.h
index e0b1d7d7bb..97db613d95 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-03-05"
-#define RUBY_PATCHLEVEL 14
+#define RUBY_PATCHLEVEL 15
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 3