From c9b9366858fe0ca582caacaf940223c50579098c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Feb 2014 10:17:52 +0000 Subject: [PATCH] io_splice 4.3.0 - cleanups and compatibility fixes This release fixes compatibility with Ruby trunk r44955 and onwards. There are also numerous cleanups. Note: usage of IO::Splice::WAITALL is deprecated and will be removed in 5.x along with IO::Splice.copy_stream. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 6e65a3c..21e2d07 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.2.0 +DEF_VER=v4.3.0 LF=' ' -- 2.11.4.GIT