From eb5ba488422020568e5ccf650891d7fccce7238f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 Oct 2010 07:22:58 +0000 Subject: unicorn 2.0.0pre2 - releases are cheap Internal changes/cleanups for Rainbows! --- GIT-VERSION-GEN | 2 +- lib/unicorn/const.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 715a37b..8b23932 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0pre1.GIT +DEF_VER=v2.0.0pre2.GIT LF=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index ec5444d..46f7d47 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -7,8 +7,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 2.0.0pre1 - UNICORN_VERSION = "2.0.0pre1" + # The current version of Unicorn, currently 2.0.0pre2 + UNICORN_VERSION = "2.0.0pre2" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7