module Bmg module Version MAJOR = 0 MINOR = 16 TINY = "0-rc2" end VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}" end