From 2d322ec64dbe8498673e567bbda9d41e726c984f Mon Sep 17 00:00:00 2001 From: Shish <shish@shishnet.org> Date: Mon, 15 Jan 2024 23:57:17 +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 c6db39187..d41bf6d36 100644 --- a/core/sys_config.php +++ b/core/sys_config.php @@ -28,7 +28,7 @@ function _d(string $name, $value): void _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.9.4$_g"); // string shimmie version +_d("VERSION", "2.9.5$_g"); // 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)