module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 0
BUILD = "beta"
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end