From 2f57af6f8f418a0313b9cf736671d78a0319145a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 25 Jun 2017 09:20:40 +0000 Subject: [PATCH] Set version to 3.4 stable. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16696 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5