Update documentation

This commit is contained in:
Frederic Guillot
2015-08-30 12:06:19 -04:00
parent 345c4caea4
commit 94469d567b
21 changed files with 57 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ defined('DEBUG') or define('DEBUG', false);
defined('DEBUG_FILE') or define('DEBUG_FILE', __DIR__.'/../data/debug.log');
// Application version
defined('APP_VERSION') or define('APP_VERSION', '1.23');
defined('APP_VERSION') or define('APP_VERSION', 'master');
// Database driver: sqlite, mysql or postgres
defined('DB_DRIVER') or define('DB_DRIVER', 'sqlite');