From: Eric Wong Date: Thu, 21 Feb 2013 08:36:35 +0000 (+0000) Subject: unicorn 4.6.1 - minor cleanups X-Git-Tag: v4.6.1^0 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/f8829e69e28bb93dbbf9a220cdff163a6ba182d5 unicorn 4.6.1 - minor cleanups Unicorn::Const::UNICORN_VERSION is now auto-generated from GIT-VERSION-GEN and always correct. Minor cleanups for hijacking. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e5d414ac..5133c127 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -DEF_VER = "v4.6.0" +DEF_VER = "v4.6.1" CONSTANT = "Unicorn::Const::UNICORN_VERSION" RVF = "lib/unicorn/version.rb" GVF = "GIT-VERSION-FILE"