diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-15 19:13:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-15 19:13:49 -0400 |
commit | 6079233a07374e6a9f96ec57d5db6016e8939e1d (patch) | |
tree | 360a3921bfe12075bfc2a5a931721d9caf897b4d /app/constants.php | |
parent | cea32af4064d483b02f070db86a7a84d723bea81 (diff) |
Add Makefile and remove the scripts directory
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php index 072db543..99770aba 100644 --- a/app/constants.php +++ b/app/constants.php @@ -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', 'master'); +defined('APP_VERSION') or define('APP_VERSION', '1.23'); // Database driver: sqlite, mysql or postgres defined('DB_DRIVER') or define('DB_DRIVER', 'sqlite'); |