diff options
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 354e26f9..6c44fe21 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -79,7 +79,7 @@ $phpvers = [  ];  $phpname = [  	':devel'  => 'Development version, not ready for production', -		'7.4' => '7.4.0-dev', +		'7.4' => '7.4.0alpha2',  	':stable' => 'Stable versions - usage recommended',  		'7.3' => '7.3.6  (active support until December 2020)',  		'7.2' => '7.2.19 (active support until November 2019)', | 
