module SignedForm MAJOR = 0 MINOR = 0 PATCH = 1 PRE = 'pre1' VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end