summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-10 13:53:27 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-10 13:53:27 +0000
commitdeed6fbb6dba5082ab5627e0181598761cccb081 (patch)
tree7b0dd80286a71f52100881757df30a3ae9512477 /version.h
parentc43e977e2896d57f616919a6c9c7301f7fae9804 (diff)
lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it can handle being passed a nil value.
test/generic/test_generic.rb: added a test for the fix to #eql?. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28255 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 358aad7598..4f5f35c267 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-06-10"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20100610
-#define RUBY_PATCHLEVEL 413
+#define RUBY_PATCHLEVEL 414
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8