about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-30 06:34:52 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-30 06:38:07 +0000
commitf848f632a81cf8ebc977592cbf9a45d84a69f306 (patch)
treec652df741fcf1dbab365f2338a5d6397f9d820f2
parent1588c299703754e52b9f36219c21e13204734e6c (diff)
downloadunicorn-f848f632a81cf8ebc977592cbf9a45d84a69f306.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/unicorn/const.rb4
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"