2.1 final release; 2.1.2

This commit is contained in:
Shish 2010-03-24 18:39:06 +00:00
parent f71af13151
commit 3cdb5a457f

View File

@ -1,7 +1,7 @@
<?php <?php
// set up and purify the environment // set up and purify the environment
define("DEBUG", false); define("DEBUG", false);
define("VERSION", '2.1.1-svn'); define("VERSION", '2.1.2');
if(DEBUG) { if(DEBUG) {
error_reporting(E_ALL); error_reporting(E_ALL);