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 AA31E139694 for ; Wed, 24 May 2017 20:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C712621C072; Wed, 24 May 2017 20:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A045C21C072 for ; Wed, 24 May 2017 20:37:13 +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 79CA234164B for ; Wed, 24 May 2017 20:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BFBA4EBE for ; Wed, 24 May 2017 20:37:11 +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: <1495658195.a33bbce33dcced5af33f5626e3eb8711e0d7a013.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: a33bbce33dcced5af33f5626e3eb8711e0d7a013 X-VCS-Branch: master Date: Wed, 24 May 2017 20:37:11 +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-Archives-Salt: c0ce891e-e22d-4040-96ce-bdffb6f12a78 X-Archives-Hash: 5a9d5dc8ce45ffc280dcaf7d654e2871 commit: a33bbce33dcced5af33f5626e3eb8711e0d7a013 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 24 20:36:35 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 24 20:36:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a33bbce3 Documentation: Update regenerate-files Documentation/maintainers/regenerate-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 3bcff69746..254eea1274 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,7 +9,7 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.29 5.33 5.34" +KF_RELEASES="5.29 5.34" KF_RELEASE=${KF_RELEASE:-5.29} PLASMA_RELEASES="5.8 5.9 5.10"