From af8c59fcd1d04e7c8c3636f729ba63622e2f3f35 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 17 Jul 2009 03:00:04 +0100 Subject: [PATCH] version bump --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ba91849d..abdbcf42 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-beta5'); +define("VERSION", '2.3-beta6'); if(!file_exists("config.php")) { header("Location: install.php");