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