about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-02 08:56:22 +0000
committerEric Wong <normalperson@yhbt.net>2012-05-02 08:56:22 +0000
commitdb1eb67855149050e448c63df12ade22135916cd (patch)
treee4da30644cca941cfff48660915f2a3065e5ac6d
parent455bd1f97e978d337764e2c917353889c3fa4d9c (diff)
downloadsleepy_penguin-db1eb67855149050e448c63df12ade22135916cd.tar.gz
* add TimerFD::CANCEL_ON_SET constant
  ref: http://www.man7.org/tlpi/api_changes/
* fix concurrent Epoll#wait on the same epoll fd
* SignalFD interface removed (unworkable with Ruby runtimes)
* use rb_update_max_fd() if available (Ruby 1.9.3)
* reintroduce SLEEPY_PENGUIN_VERSION constant ("3.1.0")
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e4e68c5..861c86f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.0.1.GIT
+DEF_VER=v3.1.0.GIT
 
 LF='
 '