summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-15 08:11:50 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-15 08:11:50 +0000
commit474d8327a08748352e8c19376807773640061b3d (patch)
tree358505829fef36f38e92303d0c42e2f20c179965 /version.h
parenteb3bb4873f35b426d43d03bcd9b94be70ddfdf88 (diff)
Branch off ruby_1_8_6 from ruby_1_8 in preparation for
the forthcoming 1.8.6 release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@11752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.h b/version.h
index 80f024e454..f1b5da8a22 100644
--- a/version.h
+++ b/version.h
@@ -1,12 +1,12 @@
-#define RUBY_VERSION "1.8.5"
+#define RUBY_VERSION "1.8.6"
#define RUBY_RELEASE_DATE "2007-02-15"
-#define RUBY_VERSION_CODE 185
+#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20070215
-#define RUBY_PATCHLEVEL 5000
+#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
-#define RUBY_VERSION_TEENY 5
+#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 2
#define RUBY_RELEASE_DAY 15