summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-28 04:43:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-28 04:43:52 +0000
commitac96c3f6c2e500ff6cc8cbceb98363eddb50f890 (patch)
treea2a163c7c5e0e41f5a31b6419a005d7d32c7cd4c
parent7c30cdc521e19d80110e1e355dc9f6b0de954228 (diff)
downloadruby-ac96c3f6c2e500ff6cc8cbceb98363eddb50f890.tar.gz
* version.h: forgotten to bump patchlevel.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@48173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 1f585f29f0..b6d05cb20b 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-10-28"
-#define RUBY_PATCHLEVEL 594
+#define RUBY_PATCHLEVEL 595
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 10