Update to 0.8.7

This commit is contained in:
slawkens 2022-08-31 18:45:57 +02:00
parent 8a7e4f0132
commit 74b4d98bba

View File

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