summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-07 12:40:01 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-07 12:40:01 +0000
commit16c1dceeec381e0e8733c55c3855aec757378c81 (patch)
tree042b7148e13d37a2d3e1f504d0e7ba49775105b3 /version.h
parent55072cca4f40818e391b9c3702222614ef91ddec (diff)
downloadruby-16c1dceeec381e0e8733c55c3855aec757378c81.tar.gz
ruby-16c1dceeec381e0e8733c55c3855aec757378c81.tar.xz
ruby-16c1dceeec381e0e8733c55c3855aec757378c81.zip
* eval.c, intern.h, ext/thread/thread.c: should not free queue
while any live threads are waiting. [ruby-dev:30653] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12469 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 78a1d0873..b9c58d558 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-06-07"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20070607
-#define RUBY_PATCHLEVEL 30
+#define RUBY_PATCHLEVEL 31
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8