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