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

    STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
  end
end

