about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-27 19:35:15 +0000
committerEric Wong <normalperson@yhbt.net>2010-05-27 19:35:15 +0000
commit33c1653ae4bf8f7a6d0963839b12b8633f876b56 (patch)
treee8a4e5721a41e01247c0b319d9b1f18e15eed16c
parent744cb76719a0b1659c7358878457eb2f1b003d4d (diff)
downloadruby_io_splice-33c1653ae4bf8f7a6d0963839b12b8633f876b56.tar.gz
-rw-r--r--lib/io/splice.rb2
1 files changed, 1 insertions, 1 deletions
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