diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-23 09:40:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-23 09:40:14 +0100 |
commit | d65ed791c3465e6c1a5dfe15ba7e31f3dea99547 (patch) | |
tree | ad7469bb8a6c6a2af28999fe2901f2f052909e6e /wizard | |
parent | e05aca2d5095a4437fb1858a20c1e54f10ed4c79 (diff) |
F25 is released
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index 397acf9f..1a61620c 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -33,9 +33,9 @@ $osname = [ 'CentOS 7' => 'CentOS 7', 'CentOS 6' => 'CentOS 6', 'CentOS 5' => 'CentOS 5 (maintained until March 2017)', - 'Fedora 25' => 'Fedora 25 (not yet released)', + 'Fedora 25' => 'Fedora 25', 'Fedora 24' => 'Fedora 24', - 'Fedora 23' => 'Fedora 23', + 'Fedora 23' => 'Fedora 23 (soon EOL)', 'Fedora 22' => 'Fedora 22 (no support since July 2016)', ]; $grpname = [ |