aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-23 08:16:55 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-23 08:16:55 +0000
commit8897b01d40b7b253e78f09562409b058c23ca3ad (patch)
tree12f34a10fdd8ddf539a7b9560d705592d1d3d390 /version.h
parentc863d62b6f38f24bc2d61602e0a650e4710868cc (diff)
downloadruby-8897b01d40b7b253e78f09562409b058c23ca3ad.tar.gz
2004-05-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index bd8a7eed7e..2d312b449f 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2004-05-22"
+#define RUBY_RELEASE_DATE "2004-05-23"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20040522
+#define RUBY_RELEASE_CODE 20040523
#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 22
+#define RUBY_RELEASE_DAY 23