summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-30 07:42:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-30 07:42:52 +0000
commit842fd42e42144a4c474f80e450033bdcb50a86d5 (patch)
treea4bb3edbaa3e30d57858d5e2f674eda284512923 /version.h
parent11ab6f8cd55ca6f2c49fba2cd70ab7b296fb9f14 (diff)
merge revision(s) 48803: [Backport #10568]
* pack.c (str_associate, str_associated): keep associated objects in an instance variables, instead of in the internal structure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49447 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 4986fc8a99..ee120e6cff 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2015-01-30"
-#define RUBY_PATCHLEVEL 627
+#define RUBY_PATCHLEVEL 628
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 1