module Inflections MAJOR = 3 MINOR = 2 PATCH = 7 PRE = 20120803 VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end