From 1b69686fd28347eb5c071a9b76e2939bca424f04 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Jan 2011 15:26:17 -0800 Subject: unicorn 3.3.0 - minor optimizations Certain applications that already serve hundreds/thousands of requests a second should experience performance improvements due to Time.now.httpdate usage being removed and reimplemented in C. There are also minor internal changes and cleanups for Rainbows! --- lib/unicorn/const.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 92d6106..1949df7 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -7,8 +7,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 3.2.1 - UNICORN_VERSION = "3.2.1" + # The current version of Unicorn, currently 3.3.0 + UNICORN_VERSION = "3.3.0" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7