aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:38 +0000
commit86e988a55596ab35e48a39fff4638afdb619fbc7 (patch)
treeae2ea4108ab9bb5871c42f1589ae0a2077a5d154 /version.h
parentf2b4e710139f473b467bde15708534a9a8cc39a0 (diff)
downloadruby-86e988a55596ab35e48a39fff4638afdb619fbc7.tar.gz
2004-03-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5933 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 1cbfbbf4ab..f8c04c9fda 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2004-03-09"
+#define RUBY_RELEASE_DATE "2004-03-10"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20040309
+#define RUBY_RELEASE_CODE 20040310
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2004
#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 9
+#define RUBY_RELEASE_DAY 10