about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-15 12:00:52 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-15 12:00:52 +0000
commitc79b5f9037ce69fb3ebce470a14af505aa1c8f5a (patch)
tree4cac2e2f8d1bde5e8ac3aef55e9f9cde0e145dba
parent82a3e7d24e3cd51f15df593590986b7c5d0834aa (diff)
downloadkgio-c79b5f9037ce69fb3ebce470a14af505aa1c8f5a.tar.gz
We no longer over-allocate memory for Kgio.poll (1.9.x-only).
Under Ruby 1.9.3dev, we also use rb_thread_io_blocking_region
to properly deal with cross-thread IO#close.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index c96846e..2fd9b26 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.2.GIT
+DEF_VER=v2.3.3.GIT
 
 LF='
 '