From 84100235e03ad5bd2981b6cabcb9a97834459d78 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 10 Nov 2013 11:21:50 +0000 Subject: [PATCH] Set version to 2.4.0 stable. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12264 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 b05fe9c69..2b041e068 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -3,14 +3,14 @@ require 'rexml/document' module Redmine module VERSION #:nodoc: MAJOR = 2 - 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