Release v1.8.4

This commit is contained in:
slawkens
2025-10-27 16:43:34 +01:00
parent 2580edadf8
commit 97321c9e80
2 changed files with 11 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.');
const MYAAC = true;
const MYAAC_VERSION = '1.8.3';
const MYAAC_VERSION = '1.8.4';
const DATABASE_VERSION = 46;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));