version number

git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@692 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-01-10 22:04:06 +00:00
parent 902cfcad25
commit fce0aa48da

View File

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