about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 19:53:03 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-20 19:53:03 -0700
commitf656c49f77d896cbbb1e684d826472c09dcc2253 (patch)
tree81a6e71c6079ff88babb79427d90746be44b7bb8 /GIT-VERSION-GEN
parentf809a87f70f0937a87b5d3a83704847daceef4dd (diff)
downloadkgio-f656c49f77d896cbbb1e684d826472c09dcc2253.tar.gz
This release fixes a race condition that could allow
Errno::EINTR to be raised even though the 2.4.0 release
was supposed to stop that.

Nobody uses Kgio.poll, really, so this shouldn't be an issue
for real code, yet.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f4e1cb4..12b7c6f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.4.0.GIT
+DEF_VER=v2.4.1.GIT
 
 LF='
 '