Update to 0.8.6

This commit is contained in:
slawkens 2021-07-10 23:35:57 +02:00
parent 2f627bf4b0
commit a11d038c1d
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Changelog
## [0.8.6-dev - 05.07.2021]
This update contains security fix.
## [0.8.6 - 10.07.2021]
This update contains very important security fix.
Please update your AACs to this version.
Please update your MyAAC instances to this version.
## [0.8.5 - 08.06.2021]

View File

@ -1 +1 @@
0.8.6-dev
0.8.6

View File

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