summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-10 11:21:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-10 11:21:50 +0000
commit84100235e03ad5bd2981b6cabcb9a97834459d78 (patch)
tree0812a771169511a8357d8597f13285f8d3362dba /lib
parent000ad0ac6fa18feed0e8d21a4515099de9056859 (diff)
downloadredmine-84100235e03ad5bd2981b6cabcb9a97834459d78.tar.gz
redmine-84100235e03ad5bd2981b6cabcb9a97834459d78.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/version.rb6
1 files 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