lib/io/splice.rb in io_splice-2.1.0 vs lib/io/splice.rb in io_splice-2.2.0
- old
+ new
@@ -3,11 +3,11 @@
class IO
module Splice
- # the version of IO::Splice, currently 2.1.0
- VERSION = '2.1.0'
+ # the version of IO::Splice, currently 2.2.0
+ VERSION = '2.2.0'
# The maximum default capacity of the pipe in bytes.
# Under stock Linux, this is 65536 bytes as of 2.6.11, and 4096 before
# We detect this at runtime as it is easy to recompile the kernel
# and set a new value.