about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 16:51:23 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-21 16:51:23 -0800
commit2c3c2b788c89b1ede5445bc930dd9dbb9a658c50 (patch)
tree6ac1a74e8d995609b42dedd6497944f6f8a8cc03
parent6ba38eee337821cebcf9a7b15fcbf4622a06b78d (diff)
downloadsleepy_penguin-1.3.1.tar.gz
One bugfix for Epoll#delete:

Eric Wong (1):
      safer closed checks for proxied objects
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/sleepy_penguin.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index db834ac..df8c07d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.3.0.GIT
+DEF_VER=v1.3.1.GIT
 
 LF='
 '
diff --git a/lib/sleepy_penguin.rb b/lib/sleepy_penguin.rb
index d7ea6b7..3ed9e73 100644
--- a/lib/sleepy_penguin.rb
+++ b/lib/sleepy_penguin.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 module SleepyPenguin
 
-  # the version of sleepy_penguin, currently 1.3.0
-  SLEEPY_PENGUIN_VERSION = '1.3.0'
+  # the version of sleepy_penguin, currently 1.3.1
+  SLEEPY_PENGUIN_VERSION = '1.3.1'
 end
 require 'sleepy_penguin_ext'