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