diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 7fbfd0a..bf7238a 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -3,14 +3,14 @@ require 'rexml/document' module Redmine module VERSION #:nodoc: MAJOR = 3 - MINOR = 2 - TINY = 2 + MINOR = 3 + TINY = 0 # Branch values: # * official release: nil # * stable branch: stable # * trunk: devel - BRANCH = 'devel' + BRANCH = 'stable' # Retrieves the revision from the working copy def self.revision