Skip to content

Commit

Permalink
Update common.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Dec 14, 2023
1 parent e3aa3d4 commit 6e9a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.15');
define('MYAAC_VERSION', '0.8.16-dev');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down

0 comments on commit 6e9a89c

Please sign in to comment.