about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-25 18:06:47 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-25 18:06:47 -0800
commitfb8104e1f2a5d1cdcb99a19b6a4bdabf0b1c2643 (patch)
tree0aaddce192befa25bfa0f6b6a8e4014a41c4d867
parent6ab4331f8137e949ab57f014f96ff3918a315044 (diff)
downloadkgio-fb8104e1f2a5d1cdcb99a19b6a4bdabf0b1c2643.tar.gz
We now avoid errno side-effects in kgio_wait_*able methods.
This affects Rubinius, but may affect other Ruby platforms
(particularly those that use stdio) as well.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 671d859..e8d86b9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.1.0.GIT
+DEF_VER=v2.1.1.GIT
 
 LF='
 '