update to 0.2.4

This commit is contained in:
slawkens1
2017-06-09 07:00:47 +02:00
parent 649facc5ab
commit ec6584555f
71 changed files with 79 additions and 71 deletions

View File

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