diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 15:47:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 15:47:37 +0200 |
commit | c54dd18d4273c10956d62857373bba3e730fa85d (patch) | |
tree | 63c711e2d78afb5af6e99b1e4f24bd5c56805a93 /Documentation/maintainers | |
parent | kde-frameworks: Drop KDE Frameworks 5.50.0 (diff) | |
download | kde-c54dd18d4273c10956d62857373bba3e730fa85d.tar.gz kde-c54dd18d4273c10956d62857373bba3e730fa85d.tar.bz2 kde-c54dd18d4273c10956d62857373bba3e730fa85d.zip |
Documentation: Drop KDE Frameworks 5.49.0
Diffstat (limited to 'Documentation/maintainers')
-rwxr-xr-x | Documentation/maintainers/regenerate-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index e3d05a7df4..9a07f23098 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.46 5.49 5.50" +KF_RELEASES="5.46 5.50" KF_RELEASE=${KF_RELEASE:-5.46} PLASMA_RELEASES="5.12 5.13" |