diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-31 08:41:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-31 08:41:21 +0100 |
commit | 450ca9508de903fbc0fc9f61e935aaf7bedebb5b (patch) | |
tree | 2742a9329653b8ee43443717b1fb52293fc753cb /wizard/index.php | |
parent | 1e108272b80251507c5a3fd814251fc4e1a2cbf6 (diff) |
Wizard: F25 is GA
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index ff7e9bd9..8d4b6db6 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -9,7 +9,7 @@ </head> <?php define('FC_EOL', 23); -define('FC_DEV', 25); +define('FC_DEV', 26); define('EL_EOL', 4); define('EL_DEV', 8); define('COUNTER', __DIR__ . "/counter.txt"); |