module ViniBaxter module DeskFront MAJOR = 100 MINOR = 0 TINY = 1 PRE = "OMR" VERSION = [MAJOR, MINOR, TINY].compact.join(".") end end