From c31342a1c78bef6b77146b121c7b8e03eab4f8cf Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 21 Jul 2009 05:08:23 +0100 Subject: [PATCH] bump --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index abdbcf42..9e8299da 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-beta6'); +define("VERSION", '2.3-beta7'); if(!file_exists("config.php")) { header("Location: install.php");