commit: f70f58609d74b019e7cb65866b672d025d3e41d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 01:01:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 01:02:38 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f70f5860
Documentation: Update regenerate-files KF_RELEASE, APPS_RELEASE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Documentation/maintainers/regenerate-files | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/maintainers/regenerate-files
b/Documentation/maintainers/regenerate-files
index a8ef0306ac..c6d6164380 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,14 +9,14 @@ cd "$(dirname $0)"
SCRIPT=$(basename $0)
HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
-KF_RELEASES="5.60 5.64"
-KF_RELEASE=${KF_RELEASE:-5.60}
+KF_RELEASES="5.64"
+KF_RELEASE=${KF_RELEASE:-5.64}
PLASMA_RELEASES="5.16 5.17"
PLASMA_RELEASE=${PLASMA_RELEASE:-5.16}
-APPS_RELEASES="19.04 19.08 19.12"
-APPS_RELEASE=${APPS_RELEASE:-19.04}
+APPS_RELEASES="19.08 19.12"
+APPS_RELEASE=${APPS_RELEASE:-19.08}
# regenerate keywords
pushd ../package.accept_keywords/ > /dev/null