summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-31 04:50:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-31 04:50:58 +0000
commit90196aa1aa821914caabfa28d914ca405bc5d00b (patch)
treeb325edaee51f9178fa0815bd2b5dec0dba7124ee
parent5991d4382b24115bf3e9aa32ac7c8e4fa0d28331 (diff)
downloadruby-90196aa1aa821914caabfa28d914ca405bc5d00b.tar.gz
ruby-90196aa1aa821914caabfa28d914ca405bc5d00b.tar.xz
ruby-90196aa1aa821914caabfa28d914ca405bc5d00b.zip
2003-08-31
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4467 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 fd6dbdb9c..4e5eee2d8 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.8.0"
-#define RUBY_RELEASE_DATE "2003-08-29"
+#define RUBY_RELEASE_DATE "2003-08-31"
#define RUBY_VERSION_CODE 180
-#define RUBY_RELEASE_CODE 20030829
+#define RUBY_RELEASE_CODE 20030831
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2003
#define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 29
+#define RUBY_RELEASE_DAY 31