From 6079233a07374e6a9f96ec57d5db6016e8939e1d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 15 Aug 2015 19:13:49 -0400 Subject: Add Makefile and remove the scripts directory --- app/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/constants.php') 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'); -- cgit v1.2.3