module ActiveRecord module VERSION #:nodoc: MAJOR = 3 MINOR = 0 TINY = 9 PRE = "rc5" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end