Version update

This commit is contained in:
Buchholz 2021-10-17 12:22:12 +02:00
parent 28f2dcb17d
commit 01f88c9bd3
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Addon_Name = 'Typesetter Core'
Addon_Unique_ID = 40
Addon_Version = 5.2-rc
Addon_Version = 5.2-p8-a2

View File

@ -233,7 +233,7 @@ class Installer{
$version = phpversion();
$can_install = 2;
if( version_compare($version,'7.3','<') ){
if( version_compare($version,'8.0','<') ){
$can_install = -1;
}