summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-15 02:04:06 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-15 02:04:06 +0000
commit47fa146ea04f398ef83e951a7b29c3100992c2a1 (patch)
treecea66f6bb6565b3651205f07def0d0a5a9858799
parent8d422b9ab1a3280d924f183de4b4a6bf141380c1 (diff)
downloadruby-47fa146ea04f398ef83e951a7b29c3100992c2a1.tar.gz
ruby-47fa146ea04f398ef83e951a7b29c3100992c2a1.tar.xz
ruby-47fa146ea04f398ef83e951a7b29c3100992c2a1.zip
* 2005-09-15
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9164 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 d69f2b331..f0dccbeec 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2005-09-14"
+#define RUBY_RELEASE_DATE "2005-09-15"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20050914
+#define RUBY_RELEASE_CODE 20050915
#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 14
+#define RUBY_RELEASE_DAY 15
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];