summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index d4496454..4436e754 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -9,7 +9,7 @@
</head>
<?php
define('FC_EOL', 26);
-define('FC_DEV', 29);
+define('FC_DEV', 30);
define('EL_EOL', 5);
define('EL_DEV', 8);
define('COUNTER', __DIR__ . "/counter.txt");
@@ -49,7 +49,7 @@ $osname = [
'RHEL 6' => 'RHEL-6 (maintained until March 2020)',
'CentOS 7' => 'CentOS 7',
'CentOS 6' => 'CentOS 6 (maintained until March 2020)',
- 'Fedora 29' => 'Fedora 29 (development version)',
+ 'Fedora 29' => 'Fedora 29',
'Fedora 28' => 'Fedora 28',
'Fedora 27' => 'Fedora 27',
'Fedora 26' => 'Fedora 26 (no support since June 1st 2018)',