diff --git a/index.php b/index.php index 3cbb3ed6..ba91849d 100644 --- a/index.php +++ b/index.php @@ -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");