summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 19:08:08 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 19:08:08 +0000
commit1da4e3b919e99e6128ab017f215a909304dd6743 (patch)
tree80f6c61154fe1b02b508acd53666099fba2ad71a /version.h
parent91b056e10d2e3c6ba5f3c684273859512c2391d9 (diff)
Backport #776 [ruby-core:20043]; Added an #ifdef _WIN32 to rb_io_flush in io.c to fsync on windows to ensure that a flush took place.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28003 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 951f55ee20..406b677cb6 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-05-25"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20100525
-#define RUBY_PATCHLEVEL 401
+#define RUBY_PATCHLEVEL 402
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8