about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 01:02:00 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 01:02:00 +0000
commit9d5c9e6c9975cb5c10e7384aed9ed22ae0ee57c8 (patch)
tree8da24180b0e2508759afea7466e03e7e5f76545a
parentdcd5eff7dd5d5861b67667f48424979be9bcabc8 (diff)
downloadkgio-9d5c9e6c9975cb5c10e7384aed9ed22ae0ee57c8.tar.gz
kgio_accept and kgio_tryaccept now take an optional argument
to override the default Kgio::Socket class that is returned.

These methods also fall back to using regular accept() if
kgio was built on a system with accept4() and later run on
a system without accept4().
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0550f7e..671d859 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0.GIT
+DEF_VER=v2.1.0.GIT
 
 LF='
 '