summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/syntax/refinements.rdoc2
-rw-r--r--version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc
index bb3096eee9..7b3f0f6127 100644
--- a/doc/syntax/refinements.rdoc
+++ b/doc/syntax/refinements.rdoc
@@ -18,7 +18,7 @@ Here is a basic refinement:
class C
def foo
- puts "C#foo
+ puts "C#foo"
end
end
diff --git a/version.h b/version.h
index d58094622d..6e4a9997e3 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "2.0.0"
-#define RUBY_RELEASE_DATE "2013-05-05"
-#define RUBY_PATCHLEVEL 183
+#define RUBY_RELEASE_DATE "2013-05-06"
+#define RUBY_PATCHLEVEL 184
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 5
-#define RUBY_RELEASE_DAY 5
+#define RUBY_RELEASE_DAY 6
#include "ruby/version.h"