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