From e2503a78150f4be113ee2a19404ba6aec401c696 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 24 Jun 2010 05:47:27 +0000 Subject: const: bump UNICORN_VERSION to 2.0.0pre --- lib/unicorn/const.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/unicorn/const.rb') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index d3ccead..6be5941 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,9 @@ module Unicorn # Symbols did not really improve things much compared to constants. module Const - # The current version of Unicorn, currently 1.0.0 - UNICORN_VERSION="1.0.0" + # The current version of Unicorn, currently 2.0.0pre + # this constant is deprecated and will soon move to Unicorn::VERSION + UNICORN_VERSION="2.0.0pre" DEFAULT_HOST = "0.0.0.0" # default TCP listen host address DEFAULT_PORT = 8080 # default TCP listen port -- cgit v1.2.3-24-ge0c7