From e4eaf78dc922db10af75861cad036d042fd9c49e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Apr 2013 22:53:06 +0000 Subject: [PATCH] raindrops 0.11.0 - minor fixes improvements Eric Wong (7): raindrops: favor configured processor count over online count watcher: set Content-Type via assignment Linux::TCP_Info: implement #get! instance method linux_inet_diag: avoid unnecessary sockaddr initialization .gitignore: add .rbx switch back to gemspec development dependencies linux_inet_diag: better align listener_stats struct Lawrence Pit (1): Watcher: Use relative paths in HTML links --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 05f8611..1e6aaaa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.10.0.GIT +DEF_VER=v0.11.0 LF=' ' -- 2.11.4.GIT