Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shish authored Mar 27, 2017
1 parent 6345db1 commit 807d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sys_config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function _d($name, $value) {if(!defined($name)) define($name, $value);}
_d("NICE_URLS", false); // boolean force niceurl mode
_d("SEARCH_ACCEL", false); // boolean use search accelerator
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
_d("VERSION", '2.5.5+'); // string shimmie version
_d("VERSION", '2.6.0'); // string shimmie version
_d("TIMEZONE", null); // string timezone
_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
_d("EXTRA_EXTS", ""); // string optional extra extensions
Expand Down

0 comments on commit 807d44d

Please sign in to comment.