diff options
| -rwxr-xr-x | Documentation/maintainers/regenerate-files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 1aded471cd9..b9bdaef964c 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,11 +9,11 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.96 5.97 5.98 5.99" +KF_RELEASES="5.96 5.98 5.99" KF_RELEASE=${KF_RELEASE:-5.96} PLASMA_RELEASES="5.24 5.25 5.26" -PLASMA_RELEASE=${PLASMA_RELEASE:-5.24} +PLASMA_RELEASE=${PLASMA_RELEASE:-5.25} GEAR_RELEASES="22.04 22.08" GEAR_RELEASE=${GEAR_RELEASE:-22.04} |
