Start 0.8.25-dev

This commit is contained in:
slawkens 2025-06-03 23:53:57 +02:00
parent 5ca10f5439
commit ca114eb564

View File

@ -26,7 +26,7 @@
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.24');
define('MYAAC_VERSION', '0.8.25-dev');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));