From: Go MAEDA Date: Mon, 30 Oct 2023 23:46:40 +0000 (+0000) Subject: Set the branch stable. X-Git-Tag: 5.1.0~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=50d12e2478d8a30ab7db8edec155bef4baa5cccc;p=redmine.git Set the branch stable. git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22412 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index e08a803fd..7a8355bc7 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -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