module ViniBaxter module DeskFront MAJOR = 300 MINOR = 0 TINY = 7 PRE = "STUDIO" VERSION = [MAJOR, MINOR, TINY].compact.join(".") end end