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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E354515808B for ; Fri, 4 Oct 2024 22:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F77FE29FD; Fri, 4 Oct 2024 22:21:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0699DE29FD for ; Fri, 4 Oct 2024 22:21:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C5213430A8 for ; Fri, 4 Oct 2024 22:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18A03280A for ; Fri, 4 Oct 2024 22:21:43 +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: <1728079941.d2e68ad32c063f50f6177cf5aba3a64e12a7ba73.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: d2e68ad32c063f50f6177cf5aba3a64e12a7ba73 X-VCS-Branch: master Date: Fri, 4 Oct 2024 22:21:43 +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: 8b78417a-a1e1-4952-b172-649a5f885f76 X-Archives-Hash: 77b23f35cb1c414178be7a5ee3b95b0a commit: d2e68ad32c063f50f6177cf5aba3a64e12a7ba73 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 22:12:21 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 22:12:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2e68ad3 Documentation: regenerate-files: Switch to KF-6.6.0 default 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 033d321b13..7e2e5686e6 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." -KF6_RELEASES=( 6.5 6.6 ) -KF6_RELEASE=${KF6_RELEASE:-6.5} +KF6_RELEASES=( 6.5 6.6 6.7 ) +KF6_RELEASE=${KF6_RELEASE:-6.6} PLASMA_RELEASES=( 6.1 6.2 ) PLASMA_RELEASE=${PLASMA_RELEASE:-6.1}