summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-02 15:03:32 +0100
committerRemi Collet <remi@php.net>2021-11-02 15:03:32 +0100
commitfff80b7f94c0ca63c64275f724c160a6e850a14e (patch)
tree8f53a0954cdd903b2d56eab8fae422cb0f09064b /wizard
parentd5b5594a5933023b2ca066cffc0f9ba018f77404 (diff)
F35 is released today
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php2
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");