summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-05 05:05:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-05 05:05:42 +0000
commit2e86a92b3c9153bc5bc47e5684ab3ace70d824ae (patch)
treef1e2a319f2a2b5e9d4a50732e2c8571ce520c684 /version.h
parentb7a3410641ec76769496d7e2d71f369f3add0b44 (diff)
merge revision(s) 46441: [Backport #9946]
* process.c (open): use UTF-8 version function to support non-ascii path properly. [ruby-core:63185] [Bug #9946] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47404 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 9626af4114..c61d2346b9 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-09-05"
-#define RUBY_PATCHLEVEL 553
+#define RUBY_PATCHLEVEL 554
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 9