Skip to content

Commit

Permalink
Add changelog entry for last commit and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Mar 5, 2009
1 parent 1a821af commit c8f4627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
== 1.1.1 Super Disco Power Plus release
* Fix bug when running with only options [hasimo]

== 1.1.0 Super Disco Power release
* Require EventMachine 0.12.4
* Remove Thin handler, now part of Rack 0.9.1
Expand Down
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')

CODENAME = "Super Disco Power".freeze
CODENAME = "Super Disco Power Plus".freeze

RACK = [0, 1].freeze # Rack protocol version that was tested
end
Expand Down

0 comments on commit c8f4627

Please sign in to comment.