about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 01:38:59 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 01:38:59 +0000
commit8c3916bfe76224b69e0f20827c4230c4e71cdc86 (patch)
treec7c3976b49994fcfb0e6b1550f17cb4ead719fe7
parent46e19b94c0933d25eafba033eb5d579a7a664ee7 (diff)
downloadzbatery-8c3916bfe76224b69e0f20827c4230c4e71cdc86.tar.gz
Zbatery 4.1.0 - pull in latest changes from unicorn 4.1.0 v4.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
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb2
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}"