From ac6812d1840bb0bdad214471bd8037a66da6e381 Mon Sep 17 00:00:00 2001 From: Shish Moom Date: Tue, 7 Jul 2009 07:51:05 -0700 Subject: [PATCH] bump --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");