From 870606a513e8d3ad1afdd5aa7eb3b93f472c223a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Apr 2011 14:55:23 -0700 Subject: [PATCH] socket_dontwait 2.0.0 This release includes bugfixes, Ruby 1.9.3dev support. Userspace buffering is completely ignored now, we no longer fall back to old methods anymore. The license is now dual GPLv2 + GPLv3 with the Ruby-specific license conditions removed. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4251f36..0550f7e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.1.0.GIT +DEF_VER=v2.0.0.GIT LF=' ' -- 2.11.4.GIT