about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-18 10:25:20 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-18 10:52:31 +0000
commit8be51237720fd18cb45188f29c717bbac0ca1964 (patch)
tree25e9fa0a6473d1d91aa83858d8a03863209aa0f1
parent3e555a62c75406d15199fd7bdb287704e5738352 (diff)
downloadkgio-8be51237720fd18cb45188f29c717bbac0ca1964.tar.gz
TCP Fast Open in Linux 3.7 and later is now supported
in the client via Kgio::Socket#kgio_fastopen.

This release also adds the kgio_writev and
kgio_trywritev methods, thanks to funny-falcon
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 046cc10..6c92e29 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.4.GIT
+DEF_VER=v2.8.0
 
 LF='
 '