summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-08 14:52:18 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-08 14:52:18 +0000
commit885527dec71812e613ecd77b2cdfb7f448b52664 (patch)
tree15f1191f249b91a568ad1b92ceaa0ddeae8bb0fa /version.h
parent38c8d6df29fac3d1e1e12706fcbe07b9428ce8a4 (diff)
regexp.c: Backport #3403; backported from r28192 to fix a bug with non-greedy matching.
test/ruby/test_regexp.rb: Backport #3403; added this test suite, commenting out inapplicable tests to the current 1.8.6. ChangeLog: Got my date wrong in the last few entries. Tuesday is the 8th, not the 9th! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28231 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 e055dbaa68..67827b26d1 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-06-08"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20100608
-#define RUBY_PATCHLEVEL 406
+#define RUBY_PATCHLEVEL 407
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8