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