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