summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-07 02:37:52 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-07 02:37:52 +0000
commitb777233e49357ddab2801ffe555ecd5a5b444007 (patch)
treeee77c1457b9df06a5140535e411a148a252cc5c1
parente6d0669f58a3f55c643a6863433a10940da89b73 (diff)
patchlevel 266
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.h b/version.h
index 52691660f4..f3292a419b 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2008-07-06"
+#define RUBY_RELEASE_DATE "2008-07-07"
#define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20080706
-#define RUBY_PATCHLEVEL 265
+#define RUBY_RELEASE_CODE 20080707
+#define RUBY_PATCHLEVEL 266
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 6
+#define RUBY_RELEASE_DAY 7
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];