From 4e4deed8899a21ce7bf40b7708952d3ff4b996e0 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 25 Mar 2020 15:27:50 +0000 Subject: [PATCH] bump --- core/sys_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys_config.php b/core/sys_config.php index 3a2ab33c..3fda1b97 100644 --- a/core/sys_config.php +++ b/core/sys_config.php @@ -25,7 +25,7 @@ _d("DEBUG", false); // boolean print various debugging details _d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes _d("SPEED_HAX", false); // boolean do some questionable things in the name of performance _d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse -_d("VERSION", '2.8.2'); // string shimmie version +_d("VERSION", '2.8.2+'); // string shimmie version _d("TIMEZONE", null); // string timezone _d("EXTRA_EXTS", ""); // string optional extra extensions _d("BASE_HREF", null); // string force a specific base URL (default is auto-detect)