From ab3fa8e85c02227985c56261d4898339f85d2b20 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 23 Mar 2012 21:10:22 +0000 Subject: [PATCH] kgio 2.7.4 - small fixes and cleanups Fix build for platforms lacking both TCP_CORK _and_ TCP_NOPUSH There are many test case fixes and cleanups, too. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index dc95c40..046cc10 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.3.GIT +DEF_VER=v2.7.4.GIT LF=' ' -- 2.11.4.GIT