summaryrefslogtreecommitdiff
path: root/Documentation/maintainers
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-29 22:13:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-29 22:13:55 +0100
commit9aef9e1853b6ab66ced014f7ccc4b397aaa48569 (patch)
treef5f5e12b7b3472e7d458d8debe6f90cfce8d0cf6 /Documentation/maintainers
parentfcf516962acde10c69640181257600254f3dd752 (diff)
downloadkde-9aef9e1853b6ab66ced014f7ccc4b397aaa48569.tar.gz
kde-9aef9e1853b6ab66ced014f7ccc4b397aaa48569.tar.bz2
kde-9aef9e1853b6ab66ced014f7ccc4b397aaa48569.zip
Documentation: Drop obsolete KDE Frameworks 5.110
Switch defaults to KF-5.112 and KDE Gear-23.08. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'Documentation/maintainers')
-rwxr-xr-xDocumentation/maintainers/regenerate-files6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files
index 54ea4200df7..1f0258e302f 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."
-KF5_RELEASES="5.110 5.112"
-KF5_RELEASE=${KF5_RELEASE:-5.110}
+KF5_RELEASES="5.112"
+KF5_RELEASE=${KF5_RELEASE:-5.112}
KF6_RELEASES=""
KF6_RELEASE=${KF6_RELEASE:-}
@@ -19,7 +19,7 @@ PLASMA_RELEASES="5.27"
PLASMA_RELEASE=${PLASMA_RELEASE:-5.27}
GEAR_RELEASES="23.04 23.08"
-GEAR_RELEASE=${GEAR_RELEASE:-23.04}
+GEAR_RELEASE=${GEAR_RELEASE:-23.08}
# regenerate keywords
pushd ../package.accept_keywords/ > /dev/null