This commit is contained in:
Shish Moom 2009-07-07 07:51:05 -07:00
parent b9d80f8d38
commit ac6812d184

View File

@ -2,7 +2,7 @@
// set up and purify the environment
define("DEBUG", true);
define("SCORE_VERSION", 's2hack');
define("VERSION", '2.3-beta4');
define("VERSION", '2.3-beta5');
if(!file_exists("config.php")) {
header("Location: install.php");