aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-12 14:33:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-12 14:33:05 +0000
commitb224f1987b8539a38f82a163ec41edab026381d9 (patch)
tree08cea338379794a7b9d48df6524f08b8836814a2 /version.h
parent27ca40e36a1841abec418a5137f8aa43b5e9d0c0 (diff)
downloadruby-b224f1987b8539a38f82a163ec41edab026381d9.tar.gz
2005-07-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8751 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 bd832d347a..fa3d2b4fca 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2005-07-11"
+#define RUBY_RELEASE_DATE "2005-07-12"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20050711
+#define RUBY_RELEASE_CODE 20050712
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 11
+#define RUBY_RELEASE_DAY 12
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];