another bugfix release

This commit is contained in:
Shish 2008-12-15 15:26:50 -08:00
parent 75e36be1f2
commit 924ea8ceda

View File

@ -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";