about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-15 09:21:07 +0000
committerEric Wong <e@80x24.org>2014-02-15 09:21:07 +0000
commit6243d74cc8296d40a66969594e42963c896968ee (patch)
treed1dd985bfc88867a17b4ea309fd4d3b4d3dde686
parent43f37ec70a7785d6c61af38bc1854454f7a73624 (diff)
downloadkgio-6243d74cc8296d40a66969594e42963c896968ee.tar.gz
This release is for compatibility with future releases of mainline ruby,
as rb_thread_blocking_region is removed in r44955 of ruby trunk
This also avoids deprecation warnings fo rb_thread_blocking_region
2.0 and 2.1.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 29a7426..5cd7851 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.9.1
+DEF_VER=v2.9.2
 
 LF='
 '