version bump

This commit is contained in:
Shish 2009-07-17 03:00:04 +01:00
parent 4148106ff0
commit af8c59fcd1

View File

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