summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-04 22:03:19 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-04 22:03:19 +0000
commita8639799a9594d5fda3ef26301b0c1aa16691632 (patch)
tree7457368d73d904dea34fe323a8a5e1989b763d3f
parentd7179eb9957418d072b3e410f4dc7e9f45669b42 (diff)
downloadruby-a8639799a9594d5fda3ef26301b0c1aa16691632.tar.gz
ruby-a8639799a9594d5fda3ef26301b0c1aa16691632.tar.xz
ruby-a8639799a9594d5fda3ef26301b0c1aa16691632.zip
2005-09-05
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9076 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 93b0bf4e3..08f3c3d17 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2005-09-04"
+#define RUBY_RELEASE_DATE "2005-09-05"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20050904
+#define RUBY_RELEASE_CODE 20050905
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 9
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 5
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];