module Unidecoder module Version MAJOR = 1 MINOR = 1 TINY = 0 BUILD = nil STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end end