* update to 0.7.9

This commit is contained in:
slawkens1
2018-01-13 21:55:47 +01:00
parent f01428da48
commit 956f631750
2 changed files with 10 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.7.8');
define('MYAAC_VERSION', '0.7.9');
define('DATABASE_VERSION', 21);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));