summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-28 07:10:32 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-28 07:10:32 +0000
commit6dfc3c34eb97f86eb7d17805386d58f03ffd9c2e (patch)
treeaa57925af4b738f86bd46c90f9af807d2717efdd
parent778533efbf027c3ac5c9464e72bd2bcaa8216280 (diff)
downloadredmine-6dfc3c34eb97f86eb7d17805386d58f03ffd9c2e.tar.gz
redmine-6dfc3c34eb97f86eb7d17805386d58f03ffd9c2e.zip
BRANCH set to stable.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14896 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/redmine/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index e91d5e89c..5e4191acd 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -10,7 +10,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