summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-03 22:58:28 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-03 22:58:28 +0000
commit1e86a6b9ca71dbf12cab2795410a0ca3f0cd5b3a (patch)
tree6b0a35e1dde62f5eb4f0825701ce617cfd91539f /version.h
parent5b22d85363ae370f92f629b5278aa7bf6bc7e58e (diff)
Backport #2392 [ruby-core:26868]; backport of r23353 which suppresses a strict-aliasing warning in gcc-4.4.x -O2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/version.h b/version.h
index 7229ab47be..d06e46f9e4 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2010-05-27"
+#define RUBY_RELEASE_DATE "2010-06-04"
#define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20100527
-#define RUBY_PATCHLEVEL 403
+#define RUBY_RELEASE_CODE 20100604
+#define RUBY_PATCHLEVEL 404
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_YEAR 2010
-#define RUBY_RELEASE_MONTH 5
-#define RUBY_RELEASE_DAY 27
+#define RUBY_RELEASE_MONTH 6
+#define RUBY_RELEASE_DAY 4
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];