Release v0.8.2

This commit is contained in:
slawkens 2020-06-03 21:02:33 +02:00
parent fd83ee37ae
commit 90af164a8a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.8.2-dev
0.8.2

View File

@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.5', '<')) die('PHP version 5.5 or higher is
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.2-dev');
define('MYAAC_VERSION', '0.8.2');
define('DATABASE_VERSION', 30);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));