update to 0.2.2

This commit is contained in:
slawkens1
2017-05-22 14:16:24 +02:00
parent 0bc43d38e3
commit 7df5d18105
71 changed files with 75 additions and 71 deletions

View File

@@ -21,13 +21,13 @@
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.2.1
* @version 0.2.2
* @link http://my-aac.org
*/
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.2.1');
define('MYAAC_VERSION', '0.2.2');
define('DATABASE_VERSION', 3);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));