From 4d6e6ade1c1e1cda3c1920d6d666ca654ae6f86c Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 6 Dec 2014 23:48:03 +0000 Subject: [PATCH] version bump --- core/sys_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys_config.inc.php b/core/sys_config.inc.php index 03d47d3b..449462a8 100644 --- a/core/sys_config.inc.php +++ b/core/sys_config.inc.php @@ -33,7 +33,7 @@ _d("SPEED_HAX", false); // boolean do some questionable things in the name _d("COMPILE_ELS", false); // boolean pre-build the list of event listeners _d("NICE_URLS", false); // boolean force niceurl mode _d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse -_d("VERSION", '2.5.2'); // string shimmie version +_d("VERSION", '2.5.2+'); // string shimmie version _d("TIMEZONE", null); // string timezone _d("MIN_FREE_SPACE",100*1024*1024); // int disable uploading if there's less than MIN_FREE_SPACE bytes free space _d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor"); // extensions to always enable