]> source.dussan.org Git - redmine.git/commitdiff
Set the branch stable.
authorGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 23:46:40 +0000 (23:46 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 23:46:40 +0000 (23:46 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22412 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/version.rb

index e08a803fdd0aa6193afae1bb94beddc02c20a5be..7a8355bc78ae8357a827a2bfb6d1950687d53198 100644 (file)
@@ -13,7 +13,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