about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-08-10 11:41:46 -0700
committerEric Wong <e@yhbt.net>2010-08-10 11:44:09 -0700
commitf3811fb079af28ed6eab6ed784b4c559965c7ccb (patch)
tree13c17757d17a2f8df071dd28150e883d0a755512
parenta1cde90d7a7691888bf222de08f2acb5bac07f1f (diff)
downloadsocket_dontwait-f3811fb079af28ed6eab6ed784b4c559965c7ccb.tar.gz
socket_dontwait 1.1.0 - micro-optimizations v1.1.0
See full changelog for the (boring) details.  This may be the
last release and we'll see about getting this (along with a few
other IO tweaks) into Ruby 1.9.3...
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/socket_dontwait.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 88b943a..4251f36 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.0.GIT
+DEF_VER=v1.1.0.GIT
 
 LF='
 '
diff --git a/lib/socket_dontwait.rb b/lib/socket_dontwait.rb
index dca7331..270f883 100644
--- a/lib/socket_dontwait.rb
+++ b/lib/socket_dontwait.rb
@@ -2,8 +2,8 @@
 require 'socket'
 require 'socket_dontwait_ext'
 module SocketDontwait
-  # The version of socket_dontwait, currently 1.0.0
-  SDW_VERSION = '1.0.0'
+  # The version of socket_dontwait, currently 1.1.0
+  SDW_VERSION = '1.1.0'
 end
 
 # SocketDontwait is included in the BasicSocket class automatically,