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_pack/version.rb
David Heinemeier Hansson cd2b9a9498 Made ready for 0.14.3 (RC4)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-07 19:40:27 +00:00

9 lines
146 B
Ruby

module ActionPack
module Version #:nodoc:
MAJOR = 1
MINOR = 11
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end