module ActiveScaffold module Version MAJOR = 3 MINOR = 5 PATCH = 3 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end