module Polyglot #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 3

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end
