From 924ea8ceda61706ad5b53b3edd75d6db6518d8ef Mon Sep 17 00:00:00 2001 From: Shish <webmaster@shishnet.org> Date: Mon, 15 Dec 2008 15:26:50 -0800 Subject: [PATCH] another bugfix release --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 62e0db9e..0b0b70f5 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ <?php // set up and purify the environment define("DEBUG", false); -define("VERSION", '2.2.3-svn'); +define("VERSION", '2.2.4'); require_once "core/util.inc.php";