From 8c3916bfe76224b69e0f20827c4230c4e71cdc86 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2011 01:38:59 +0000 Subject: Zbatery 4.1.0 - pull in latest changes from unicorn 4.1.0 Logging of errors is more consistent in this release. See the unicorn 4.1.0 release notes for more details: http://bogomips.org/unicorn.git/tag/?id=v4.1.0 --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e99b00f..962cda3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.0.0.GIT +DEF_VER=v4.1.0.GIT LF=' ' diff --git a/lib/zbatery.rb b/lib/zbatery.rb index 15a32af..174ded0 100644 --- a/lib/zbatery.rb +++ b/lib/zbatery.rb @@ -4,7 +4,7 @@ require 'rainbows' Rainbows.forked = true module Zbatery - VERSION = "4.0.0" + VERSION = "4.1.0" Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}" -- cgit v1.2.3-24-ge0c7