summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 15:03:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 15:03:12 +0000
commit132168780b146409f4a3e89b9b5f5702bf10e8e2 (patch)
treecaebad2c95270e12e6942cf1f456daf9dd79c619
parent2ccebae2f942692529a8e2e30ba34c65f41da862 (diff)
downloadruby-132168780b146409f4a3e89b9b5f5702bf10e8e2.tar.gz
ruby-132168780b146409f4a3e89b9b5f5702bf10e8e2.tar.xz
ruby-132168780b146409f4a3e89b9b5f5702bf10e8e2.zip
2006-07-18
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10548 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 50a1ffe19..ca51df012 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2006-07-17"
+#define RUBY_RELEASE_DATE "2006-07-18"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20060717
+#define RUBY_RELEASE_CODE 20060718
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2006
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 17
+#define RUBY_RELEASE_DAY 18
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];