Add support for 14.2 release
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user