From dcaa9f9be83bfd59503033ae8f8eeca79c68c9df Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 14 Jul 2011 18:54:37 -0700 Subject: [PATCH] kgio 2.6.0 - minor feature update and cleanups We now export SOCK_NONBLOCK, SOCK_CLOEXEC constants in the Kgio namespace to make kgio_tryaccept/kgio_accept easier-to-use. There are also some minor internal cleanups. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 5b2a40a..f4275b7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.0.GIT +DEF_VER=v2.6.0.GIT LF=' ' -- 2.11.4.GIT