summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-25 23:45:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-25 23:45:24 +0000
commit7ffba2e0287394c7f2d86d197b2dc8d6a0a7f793 (patch)
treedc9ec5e1f7501c5920b8d3f89250a03044807b28
parent0c03356f4d0d4956c2e06386b4b731e955e39814 (diff)
downloadruby-7ffba2e0287394c7f2d86d197b2dc8d6a0a7f793.tar.gz
ruby-7ffba2e0287394c7f2d86d197b2dc8d6a0a7f793.tar.xz
ruby-7ffba2e0287394c7f2d86d197b2dc8d6a0a7f793.zip
* 2006-05-26
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10194 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 1e23264a0..5d4800f0f 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2006-05-25"
+#define RUBY_RELEASE_DATE "2006-05-26"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20060525
+#define RUBY_RELEASE_CODE 20060526
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2006
#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[];