summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 11:57:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 11:57:24 +0000
commitd6ff3cfb18c63c16feaac084390711c8b62695c1 (patch)
tree89ca17dffec96e44819d784f5f17d5b779ecdccb /version.h
parent245f33717bbcf81a73d837201e13c95f93e1a904 (diff)
merges r24086,r24087 and r24095 from trunk into ruby_1_9_1.
-- * marshal.c (r_object0): copy instance variables to new regexp. -- * marshal.c (r_object0): should not shadow outer variable not to return Qnil always. -- * marshal.c (r_object0): should return real object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24118 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 9637bc2cac..8220c4badd 100644
--- a/version.h
+++ b/version.h
@@ -4,7 +4,7 @@
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1
-#define RUBY_PATCHLEVEL 231
+#define RUBY_PATCHLEVEL 232
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 7
#define RUBY_RELEASE_DAY 12