summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-26 12:58:55 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-26 12:58:55 +0000
commit464cffb80b0c1a4aa0d74b52d6b312040a176dae (patch)
tree510b16ea5995e76754ad751831e7a108ba423ccc
parent83cda34c576860854d07e3ed094b924d40f3ba45 (diff)
downloadruby-464cffb80b0c1a4aa0d74b52d6b312040a176dae.tar.gz
ruby-464cffb80b0c1a4aa0d74b52d6b312040a176dae.tar.xz
ruby-464cffb80b0c1a4aa0d74b52d6b312040a176dae.zip
* 2005-05-26
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8529 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 f97cfc9c9..2276e457f 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2005-05-25"
+#define RUBY_RELEASE_DATE "2005-05-26"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20050525
+#define RUBY_RELEASE_CODE 20050526
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 5
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_DAY 26
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];