aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 15:23:12 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 15:23:12 +0000
commit246b33d1081f090671352abd520c5290222204a7 (patch)
tree49e1ffab9d722e12078caddab3f964e33ec98ed5
parent36c32728b2824d4989d24b1fa66c9a156c7a1a3f (diff)
downloadruby-246b33d1081f090671352abd520c5290222204a7.tar.gz
2004-05-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index d6aff90496..b9815ec875 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2004-05-15"
+#define RUBY_RELEASE_DATE "2004-05-17"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20040515
+#define RUBY_RELEASE_CODE 20040517
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2004
#define RUBY_RELEASE_MONTH 5
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_DAY 17