Skip to content

Commit

Permalink
Update changelog for last change and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jul 2, 2008
1 parent 691e412 commit d6a6fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
== 1.0.0 The Big release
* Update halycon adapter loader [mtodd]

== 0.8.2 Double Margarita release
* Require EventMachine 0.12.0
* [bug] Fix timeout handling when running command
Expand Down
8 changes: 4 additions & 4 deletions lib/thin/version.rb
Expand Up @@ -4,13 +4,13 @@ module Thin
class PlatformNotSupported < RuntimeError; end

module VERSION #:nodoc:
MAJOR = 0
MINOR = 8
TINY = 2
MAJOR = 1
MINOR = 0
TINY = 0

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

CODENAME = 'Double Margarita'
CODENAME = 'The Big'

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

0 comments on commit d6a6fc9

Please sign in to comment.