about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-26 16:03:14 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-26 16:03:14 -0700
commit8ae35a788bdfe24ad6bf58f19cad101acb1bd9f2 (patch)
treeceaded0c9ae94d83d6a2a4f9813bffcf3a3b0728
parent6996cdd8d7d36b72d4c1ee30a11969d164ed85e2 (diff)
parent3ce92574b356e4cb054b1291e1f035173420f12a (diff)
downloadunicorn-8ae35a788bdfe24ad6bf58f19cad101acb1bd9f2.tar.gz
* maint:
  unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery
  http: negative/invalid Content-Length raises exception
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/unicorn/const.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1e6f505..9142570 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.97.0.GIT
+DEF_VER=v0.97.1.GIT
 
 LF='
 '
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 647a038..41c02d6 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,7 +7,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.97.0"
+    UNICORN_VERSION="0.97.1"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port