Skip to content

Commit

Permalink
Merge pull request #415 from jgen/master
Browse files Browse the repository at this point in the history
Bump the version number.
  • Loading branch information
jgen committed Apr 27, 2014
2 parents e9d8ae7 + a703bb9 commit 07cd38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/sys_config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function _d($name, $value) {if(!defined($name)) define($name, $value);}
_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", 'trunk'); // string shimmie version
_d("VERSION", '2.5.1-e9d8ae7'); // 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
Expand All @@ -44,7 +44,7 @@ function _d($name, $value) {if(!defined($name)) define($name, $value);}
* Calculated settings - you should never need to change these
* directly, only the things they're built from
*/
_d("SCORE_VERSION", 's2hack/'.VERSION); // string SCore version
_d("SCORE_VERSION", 'develop/'.VERSION); // string SCore version
_d("ENABLED_EXTS", CORE_EXTS.",".EXTRA_EXTS);


0 comments on commit 07cd38d

Please sign in to comment.