Add support for 14.2 release

This commit is contained in:
JRGTH
2024-12-25 03:12:10 -04:00
parent 8afb09bc81
commit daae72c605
15 changed files with 4754 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ $sphere_array = $rel_list;
if ($linux_compat_support == "YES"):
$a_action = [
//'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.1-RELEASE' => gettext('14.1-RELEASE'),
'14.0-RELEASE' => gettext('14.0-RELEASE'),
'13.4-RELEASE' => gettext('13.4-RELEASE'),
@@ -98,7 +98,7 @@ if ($linux_compat_support == "YES"):
];
else:
$a_action = [
//'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.2-RELEASE' => gettext('14.2-RELEASE'),
'14.1-RELEASE' => gettext('14.1-RELEASE'),
'14.0-RELEASE' => gettext('14.0-RELEASE'),
'13.4-RELEASE' => gettext('13.4-RELEASE'),