Update to 0.8.6-dev

This commit is contained in:
slawkens 2021-07-05 03:13:30 +02:00
parent 7ab6b026fb
commit dec63f353f
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [0.8.6-dev - 05.07.2021]
This update contains security fix.
Please update your AACs to this version.
## [0.8.5 - 08.06.2021] ## [0.8.5 - 08.06.2021]
### Changed ### Changed

View File

@ -1 +1 @@
0.8.5 0.8.6-dev

View File

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