about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-13 14:26:58 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-13 14:31:45 -0800
commit7702d83a9a090ae73ace947be807f3f740b9d770 (patch)
tree5f5069ff4d25697d9cbd074afbb93a67d23e8c97
parenta29b597e57cfcdf6a25cb4e8c12094e059833878 (diff)
downloadsleepy_penguin-7702d83a9a090ae73ace947be807f3f740b9d770.tar.gz
SleepyPenguin::Epoll#delete method added for "soft" failures
Documentation updates and cleanups, the website is now
JavaScript-free!
-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 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/sleepy_penguin.rb b/lib/sleepy_penguin.rb
index 1a5c441..5f0d5ae 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.0.0
-  SLEEPY_PENGUIN_VERSION = '1.0.0'
+  # the version of sleepy_penguin, currently 1.1.0
+  SLEEPY_PENGUIN_VERSION = '1.1.0'
 end
 require 'sleepy_penguin_ext'