diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-15 07:40:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-15 07:40:56 +0000 |
commit | 448c0a72ee1c5976be257ed59cdcd012d684eace (patch) | |
tree | 4eeba4dfacef70485c8299ded920d758d093b408 | |
parent | 20180db41e202a863638606934436d737db1390b (diff) | |
download | redmine-448c0a72ee1c5976be257ed59cdcd012d684eace.tar.gz redmine-448c0a72ee1c5976be257ed59cdcd012d684eace.zip |
Set version to 2.5.0.stable.
git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@12887 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lib/redmine/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index ad3f3993a..0406b5bdf 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 = 4 - TINY = 3 + MINOR = 5 + 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 |