]> source.dussan.org Git - redmine.git/commitdiff
Set BRANCH to stable.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jun 2015 10:05:06 +0000 (10:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jun 2015 10:05:06 +0000 (10:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14387 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/version.rb

index 60f6c42ea14b0fe62df1e7d25692bda1afedbf5c..d5a6ad325880c83212f470bfad5993d631108c39 100644 (file)
@@ -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