about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-05 15:26:17 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-05 15:43:41 -0800
commit1b69686fd28347eb5c071a9b76e2939bca424f04 (patch)
tree91264ce24b51a5384c29c2c9932d3a69b88c3246 /lib/unicorn/const.rb
parent62c844e343978f233e4f2567fb344411c39e263c (diff)
downloadunicorn-1b69686fd28347eb5c071a9b76e2939bca424f04.tar.gz
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!
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb4
1 files changed, 2 insertions, 2 deletions
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"