summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 19:10:16 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-15 19:10:16 +0000
commite314c613137b2f7a7a08367971bcb15328b787c7 (patch)
treec169ed4e853b6dec5b069c2fd950039b095e9c34 /version.h
parent34f5ecb44b7840ea69c0ea870cdc45c95f2743d2 (diff)
backport from ruby_1_8
* ext/tk/tcltklib.c: shouldn't run the killed thread at callback. [ruby-talk: 227408] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11398 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 adc3d92194..de9895196f 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2006-12-16"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20061216
-#define RUBY_PATCHLEVEL 10
+#define RUBY_PATCHLEVEL 11
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8