diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-08 06:51:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-08 06:51:41 +0000 |
commit | 86abfa0c9f85fbbaf98c8668c0c55c69a33fb71f (patch) | |
tree | 154f00cbe53eb894beca2a3dd98d14f0412105ee | |
parent | d1a6e91f37a2506067b1ce490cc02e039bee3463 (diff) | |
download | redmine-86abfa0c9f85fbbaf98c8668c0c55c69a33fb71f.tar.gz redmine-86abfa0c9f85fbbaf98c8668c0c55c69a33fb71f.zip |
Set stable version.
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17701 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lib/redmine/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index f68f55ae1..18c49ee33 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -11,7 +11,7 @@ module Redmine # * official release: nil # * stable branch: stable # * trunk: devel - BRANCH = 'devel' + BRANCH = 'stable' # Retrieves the revision from the working copy def self.revision |