module OrigenAppGenerators MAJOR = 2 MINOR = 1 BUGFIX = 1 DEV = nil VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '') end