summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-04 10:19:18 +0200
committerRemi Collet <remi@php.net>2024-07-04 10:19:18 +0200
commitbd67edf0f7d55bea6a975ac0bf121604bdcac62e (patch)
tree7ad18f6c9a866b7cb6471e098db9a8092f0af692 /wizard/index.php
parentcb2fb2ba67eaa4a47c60ef35b4af48fb1c3038e4 (diff)
Wizard: f40 is no more dev
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 36568eb8..17b33ccf 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -9,7 +9,7 @@
</head>
<?php
define('FC_EOL', 38);
-define('FC_DEV', 40);
+define('FC_DEV', 41);
define('EL_EOL', 7);
define('EL_DEV', 10);
define('PHP_SEC', '8.1');