1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb
David Heinemeier Hansson 7d01005514 Fixed documentation and prepared for release of 0.12
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-18 20:10:11 +00:00

11 lines
146 B
Ruby

module HTML#:nodoc:
module Version#:nodoc:
MAJOR = 0
MINOR = 5
TINY = 0
STRING = [ MAJOR, MINOR, TINY ].join(".")
end
end