From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0D9C1382C5 for ; Mon, 11 Jan 2021 12:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF93E09B1; Mon, 11 Jan 2021 12:38:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCC4FE09B4 for ; Mon, 11 Jan 2021 12:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81660340F13 for ; Mon, 11 Jan 2021 12:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3F03B8 for ; Mon, 11 Jan 2021 12:38:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610368302.fb2281e6b82d3712e9ed83335298e2eff4fd7ed8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/regenerate-files X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb2281e6b82d3712e9ed83335298e2eff4fd7ed8 X-VCS-Branch: master Date: Mon, 11 Jan 2021 12:38:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b341482a-cd05-4703-8bd8-349de6e76905 X-Archives-Hash: 50fb5eea7f2c7c5ad30b608cb9ab03aa commit: fb2281e6b82d3712e9ed83335298e2eff4fd7ed8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 11 12:31:13 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 11 12:31:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb2281e6 Documentation: Set KF_RELEASE=5.77 Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 2c7102eeb8..97fc3bad51 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,8 +9,8 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.74 5.77 5.78" -KF_RELEASE=${KF_RELEASE:-5.74} +KF_RELEASES="5.77 5.78" +KF_RELEASE=${KF_RELEASE:-5.77} PLASMA_RELEASES="5.19 5.20" PLASMA_RELEASE=${PLASMA_RELEASE:-5.19}