Start 1.8.1-dev

This commit is contained in:
slawkens
2025-08-02 12:41:35 +02:00
parent e1c04ed28e
commit 785d38312b
2 changed files with 2 additions and 2 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';
const MYAAC_VERSION = '1.8.1-dev';
const DATABASE_VERSION = 45;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));