summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 00:40:09 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 00:40:09 +0000
commitd8311608ffbcd23665f859f549789e8c05ff0b60 (patch)
tree6cfb4ee816e82056df6a527902cc76db3f67367f /version.h
parent5a1c591126a76ee8739513f0363c5df415cedffd (diff)
downloadruby-d8311608ffbcd23665f859f549789e8c05ff0b60.tar.gz
ruby-d8311608ffbcd23665f859f549789e8c05ff0b60.tar.xz
ruby-d8311608ffbcd23665f859f549789e8c05ff0b60.zip
* parse.y (dsym): return non-null NODE even if yyerror(). based on a
patch from from Yusuke ENDOH <mame AT tsg.ne.jp>. [ruby-dev:31085] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@13152 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 4b08ac0a5..234dae2ac 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-08-22"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20070822
-#define RUBY_PATCHLEVEL 50
+#define RUBY_PATCHLEVEL 51
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8