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