update to version 0.2.0

This commit is contained in:
slawkens1
2017-05-21 08:33:47 +02:00
parent 75aa62a113
commit a8a4efd39a
71 changed files with 92 additions and 72 deletions

View File

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