* update to 0.3.0

This commit is contained in:
slawkens1
2017-08-28 20:04:17 +02:00
parent 61bc3a616a
commit fe8b0cd944
73 changed files with 97 additions and 76 deletions

View File

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