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