2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-11 00:19:20 +02:00

Start v1.1.1

This commit is contained in:
slawkens 2025-01-27 22:57:40 +01:00
parent 19b290feb7
commit 34321613d6

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