summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 18:54:27 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 18:54:27 +0000
commit330b90efb1e87acfcac5e5e809175fa9dfef1806 (patch)
tree5b09c83aaa1e37cf664a23211b0c0800da10fa3f /version.h
parent8a971c09ba14d9b03f62f49d5fad6d5428dda718 (diff)
backport from ruby_1_8
* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index ab8b5096ca..b12a5383d4 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2006-12-14"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20061214
-#define RUBY_PATCHLEVEL 9
+#define RUBY_PATCHLEVEL 10
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8