This commit is contained in:
slawkens
2022-06-04 21:43:37 +02:00
parent 3d56214c07
commit d683fce2b9
3 changed files with 9 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.6');
define('DATABASE_VERSION', 32);
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS) === 'DARWIN' ? 'MAC' : 'LINUX'));