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 BF01B1382C5 for ; Sun, 24 Jan 2021 19:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B7F0E0955; Sun, 24 Jan 2021 19:57:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9446E0955 for ; Sun, 24 Jan 2021 19:57:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E406934058A for ; Sun, 24 Jan 2021 19:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB65328 for ; Sun, 24 Jan 2021 19:57:01 +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: <1611518210.a8c9b534d118acdfc5e5b32946a1d254b01f9349.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: a8c9b534d118acdfc5e5b32946a1d254b01f9349 X-VCS-Branch: master Date: Sun, 24 Jan 2021 19:57:01 +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: 2b10bfa4-629e-4c0f-9519-d22aafff2002 X-Archives-Hash: 4519475096ee5983b7e3db030526c5c0 commit: a8c9b534d118acdfc5e5b32946a1d254b01f9349 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 24 19:53:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 24 19:56:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8c9b534 Documentation: Set PLASMA_RELEASE to 5.20 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 018f42c183..2b168dc372 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -12,8 +12,8 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." KF_RELEASES="5.77 5.78" KF_RELEASE=${KF_RELEASE:-5.77} -PLASMA_RELEASES="5.19 5.20 5.21" -PLASMA_RELEASE=${PLASMA_RELEASE:-5.19} +PLASMA_RELEASES="5.20 5.21" +PLASMA_RELEASE=${PLASMA_RELEASE:-5.20} SERVICE_RELEASES="20.08 20.12" SERVICE_RELEASE=${SERVICE_RELEASE:-20.08}