summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 17:18:04 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 17:18:04 +0000
commit2c0b73f16a997b6b957e435d808a0b60e6afd9d3 (patch)
tree1b0742d37170cc97bb8c5b00aea2ffc98347c4b3 /version.h
parent9eb9ad060856b6dbcf5a417a2563ec02d5bb6fcf (diff)
object.c: Backport #2364 [ruby-core:26733]; Allow result of to_f to be NaN to permit conversion from BigDecimal('NaN') to Float.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28392 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 aab6e39df6..fe7cf96401 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-06-23"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20100623
-#define RUBY_PATCHLEVEL 416
+#define RUBY_PATCHLEVEL 417
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8