From f848f632a81cf8ebc977592cbf9a45d84a69f306 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 30 Apr 2011 06:34:52 +0000 Subject: unicorn 3.6.2 - fix Unicorn::OobGC module The optional Unicorn::OobGC module is reimplemented to fix breakage that appeared in v3.3.1. There are also minor documentation updates, but no code changes as of 3.6.1 for non-OobGC users. There is also a v1.1.7 release to fix the same OobGC breakage that appeared for 1.1.x users in the v1.1.6 release. --- GIT-VERSION-GEN | 2 +- lib/unicorn/const.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index f5fd878..c5c4c17 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v3.6.1.GIT +DEF_VER=v3.6.2.GIT LF=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index c65c242..717a61f 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 3.4.0 - UNICORN_VERSION = "3.4.0" + # The current version of Unicorn, currently 3.6.2 + UNICORN_VERSION = "3.6.2" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7