summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-16 10:53:12 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-16 10:53:12 +0000
commit3eafecb77ec774d42594b64609940428de260679 (patch)
treeff8cddcdfa60fbc266b071eadb58b70cd35727f0 /version.h
parent3e488e98ff8f22d187fda96f373c9f7caa5721cc (diff)
merge revision(s) 23353:
* util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fix infinite loop by ruby -e "1.402e-45" . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25800 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 19e1749e4e..7363a0cbbc 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-11-16"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20091116
-#define RUBY_PATCHLEVEL 203
+#define RUBY_PATCHLEVEL 204
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8