summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-14 13:09:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-14 13:09:59 +0000
commitec62a3f79da3448e9c5b6b8c2806051e5f73c466 (patch)
treef95c58136f2c330b99c1f6d0e90ecf7790f1b3da
parentd044ab1758a25dcacdaf5eee1cfbd5e7e420eadc (diff)
downloadruby-ec62a3f79da3448e9c5b6b8c2806051e5f73c466.tar.gz
ruby-ec62a3f79da3448e9c5b6b8c2806051e5f73c466.tar.xz
ruby-ec62a3f79da3448e9c5b6b8c2806051e5f73c466.zip
2004-03-14
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5950 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 71ee7a2a8..a2a6933d6 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.8.1"
-#define RUBY_RELEASE_DATE "2004-03-10"
+#define RUBY_RELEASE_DATE "2004-03-14"
#define RUBY_VERSION_CODE 181
-#define RUBY_RELEASE_CODE 20040310
+#define RUBY_RELEASE_CODE 20040314
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2004
#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 10
+#define RUBY_RELEASE_DAY 14