summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-06 15:52:37 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-06 15:52:37 +0000
commit7c882411c5e1f1d816a3a8e339bd7b915ee241d0 (patch)
treecafdbaaeb9cb16b31f5db7c0b8a09ece032006c1
parent61c1ae8f439cdc2f522a73353a5c707255a891d5 (diff)
downloadruby-7c882411c5e1f1d816a3a8e339bd7b915ee241d0.tar.gz
ruby-7c882411c5e1f1d816a3a8e339bd7b915ee241d0.tar.xz
ruby-7c882411c5e1f1d816a3a8e339bd7b915ee241d0.zip
2004-07-07
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6589 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 3d3ca3760..5011fd017 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2004-07-06"
+#define RUBY_RELEASE_DATE "2004-07-07"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20040706
+#define RUBY_RELEASE_CODE 20040707
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2004
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 6
+#define RUBY_RELEASE_DAY 7
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];