about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-27 23:11:09 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-27 23:11:09 +0000
commitea975cc3e6d2e6ac9c971c8cbda712486ec63c2a (patch)
tree6ff7919e54dbd69f5203342e7b7ddfec31585550 /lib/unicorn/const.rb
parent856959cc0b2dbc96f115d26672d0f5b73ae79914 (diff)
downloadunicorn-ea975cc3e6d2e6ac9c971c8cbda712486ec63c2a.tar.gz
This is the latest maintenance release of the 1.0.x series.
All users are encouraged to upgrade to 1.1.x stable series
and report bugs there.

Shortlog of changes since 1.0.1:

Eric Wong (8):
      SIGTTIN works after SIGWINCH
      fix delays in signal handling
      Rakefile: don't post freshmeat on empty changelogs
      Rakefile: capture prerelease tags
      configurator: use "__send__" instead of "send"
      configurator: reloading with unset values restores default
      gemspec: depend on Isolate 3.0.0 for dev
      doc: stop using deprecated rdoc CLI options
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 51a8a3b..907e9eb 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,8 +8,8 @@ module Unicorn
   # Symbols did not really improve things much compared to constants.
   module Const
 
-    # The current version of Unicorn, currently 1.0.1
-    UNICORN_VERSION="1.0.1"
+    # The current version of Unicorn, currently 1.0.2
+    UNICORN_VERSION="1.0.2"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port