From 33c1653ae4bf8f7a6d0963839b12b8633f876b56 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 27 May 2010 19:35:15 +0000 Subject: [PATCH] Ruby io_splice 1.0.0 --- lib/io/splice.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/io/splice.rb b/lib/io/splice.rb index 6d2db5b..dfcec37 100644 --- a/lib/io/splice.rb +++ b/lib/io/splice.rb @@ -6,7 +6,7 @@ class IO module Splice # the version of IO::Splice, currently 0.1.0 - VERSION = '0.1.0' + VERSION = '1.0.0' # The maximum capacity of the pipe in bytes. # Under stock Linux, this is 65536 bytes as of 2.6.11, and 4096 before -- 2.11.4.GIT