about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-24 05:47:27 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-24 05:48:16 +0000
commite2503a78150f4be113ee2a19404ba6aec401c696 (patch)
tree48d0504a6f8cb07e1a067a9dab722fd184c3ffb2 /lib/unicorn/const.rb
parentb8b979d75519be1c84818f32b83d85f8ec5f6072 (diff)
downloadunicorn-e2503a78150f4be113ee2a19404ba6aec401c696.tar.gz
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb5
1 files changed, 3 insertions, 2 deletions
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