module ActionPack #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 3
    TINY  = 4

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