about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-30 04:56:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-30 04:56:28 +0000
commit0874125ce56d52cee0f634712e69d1387eadfae1 (patch)
tree733815481fe840d3aa129e210d354e2b66a3b4db
parentfe0dd93cd9cb97b46f6cfb4b1e370e38717a93f0 (diff)
downloadunicorn-0874125ce56d52cee0f634712e69d1387eadfae1.tar.gz
No changes to the core code, so this release only affects users
of the Unicorn::OobGC and Unicorn::ExecCGI modules.
Unicorn::OobGC was totally broken by the fix in the v1.1.6
release and is now reimplemented.  Unicorn::ExecCGI (which
hardly anybody uses) now returns proper HTTP status codes.
-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 d182227..7a97c16 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.6.GIT
+DEF_VER=v1.1.7.GIT
 
 LF='
 '
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 1c56809..b428be5 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,8 +8,8 @@ module Unicorn
   # Symbols did not really improve things much compared to constants.
   module Const
 
-    # The current version of Unicorn, currently 1.1.6
-    UNICORN_VERSION="1.1.6"
+    # The current version of Unicorn, currently 1.1.7
+    UNICORN_VERSION="1.1.7"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port