From a2d5ad61d5f7c6b744f49ce549292e7f2d353ead Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Oct 2009 18:17:26 -0700 Subject: unicorn 0.93.1 Fix permissions for release tarballs/gems, no other changes. Thanks to Jay Reitz for reporting this. --- GIT-VERSION-GEN | 2 +- lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d8c4319..7a2ebc4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.93.0.GIT +DEF_VER=v0.93.1.GIT LF=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 69ef6b2..98f1a26 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.93.0" + UNICORN_VERSION="0.93.1" DEFAULT_HOST = "0.0.0.0" # default TCP listen host address DEFAULT_PORT = 8080 # default TCP listen port -- cgit v1.2.3-24-ge0c7