From: Jean-Philippe Lang Date: Sun, 25 Jun 2017 09:20:40 +0000 (+0000) Subject: Set version to 3.4 stable. X-Git-Tag: 3.4.0~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f57af6f8f418a0313b9cf736671d78a0319145a;p=redmine.git Set version to 3.4 stable. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16696 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index a87eb881b..27a3390a9 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 = 3 - TINY = 3 + MINOR = 4 + 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