about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
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 /lib/unicorn/const.rb
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.
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 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"