summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 13:27:18 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 13:27:18 +0000
commit52b49b399e0b119e63cc3f918485ece23c097de6 (patch)
tree27935e69359c8b167632b24f9a3c9ea2fc6e2c18 /version.h
parent98b8e7eb70ffea8c781103f6e9b99e05969a92b4 (diff)
merge revision(s) 20540:
* win32/win32.c (rb_w32_isatty): check whether fd is valid. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@22416 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 699bfc9524..2a3d4584a1 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-02-18"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090218
-#define RUBY_PATCHLEVEL 340
+#define RUBY_PATCHLEVEL 341
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8