From 50d12e2478d8a30ab7db8edec155bef4baa5cccc Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 30 Oct 2023 23:46:40 +0000 Subject: [PATCH] Set the branch stable. git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22412 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5