module Rails module VERSION MAJOR = 4 MINOR = 0 TINY = 0 PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end