summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-14 04:01:05 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-14 04:01:05 +0000
commit9c3d9bb6a4cad2c63d23ad4283c81da25db7c836 (patch)
tree803ba42a7e6795e6651b3ffaf5af2b677b9a134a /version.h
parent0cdd4e004f50064b1507d7313665860bc9aaeb2d (diff)
merge revision(s) 26033:
* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26093 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 dc39977ad1..59a0730362 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-12-14"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20091214
-#define RUBY_PATCHLEVEL 236
+#define RUBY_PATCHLEVEL 237
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8