summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-06 03:03:23 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-06 03:03:23 +0000
commitfaae9dcd02d770b4c6d383c9a7f33217f124a252 (patch)
tree3ed68ca72bfc07cccd5a26c09add87b1c05468b4
parent1073efaf6adab6c94cbc07ffe1d47b011b5dc69a (diff)
downloadruby-faae9dcd02d770b4c6d383c9a7f33217f124a252.tar.gz
ruby-faae9dcd02d770b4c6d383c9a7f33217f124a252.tar.xz
ruby-faae9dcd02d770b4c6d383c9a7f33217f124a252.zip
2004-04-06
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6105 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 c8ce92963..eaf88b8a4 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.8.1"
-#define RUBY_RELEASE_DATE "2004-04-05"
+#define RUBY_RELEASE_DATE "2004-04-06"
#define RUBY_VERSION_CODE 181
-#define RUBY_RELEASE_CODE 20040405
+#define RUBY_RELEASE_CODE 20040406
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2004
#define RUBY_RELEASE_MONTH 4
-#define RUBY_RELEASE_DAY 5
+#define RUBY_RELEASE_DAY 6