Skip to content

Commit

Permalink
Bump version... again.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Mar 24, 2011
1 parent 28d80c9 commit f645432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.2.10 I'm dumb
* I really am (bad release fix)

== 1.2.9 Black Keys Extra Plus Wow
* Improve fat binary loading.

Expand Down
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 9
TINY = 10

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

CODENAME = "Black Keys Extra Plus Wow".freeze
CODENAME = "I'm dumb".freeze

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

0 comments on commit f645432

Please sign in to comment.