diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-02 15:03:32 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-02 15:03:32 +0100 |
commit | fff80b7f94c0ca63c64275f724c160a6e850a14e (patch) | |
tree | 8f53a0954cdd903b2d56eab8fae422cb0f09064b /wizard/index.php | |
parent | d5b5594a5933023b2ca066cffc0f9ba018f77404 (diff) |
F35 is released today
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 8f546fef..767bd75d 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -9,7 +9,7 @@ </head> <?php define('FC_EOL', 32); -define('FC_DEV', 35); +define('FC_DEV', 36); define('EL_EOL', 6); define('EL_DEV', 9); define('COUNTER', __DIR__ . "/counter.txt"); |