From f12c963ee0444038d13519cb3bf62fec5e3e3686 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 2 Aug 2009 09:28:28 +0100 Subject: [PATCH] version bump --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8a236fbf..4dc84ae7 100644 --- a/index.php +++ b/index.php @@ -54,7 +54,7 @@ define("DEBUG", true); define("CACHE", false); define("SCORE_VERSION", 's2hack'); -define("VERSION", '2.3-beta7'); +define("VERSION", '2.3-beta8'); if(!file_exists("config.php")) { header("Location: install.php");