Skip to content

Commit

Permalink
bumps, and turn off debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Oct 5, 2011
1 parent 30576bd commit 4cda95f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -51,11 +51,11 @@
*/

// set up and purify the environment
define("DEBUG", true);
define("COVERAGE", true);
define("DEBUG", false);
define("COVERAGE", false);
define("CACHE_MEMCACHE", false);
define("CACHE_DIR", false);
define("VERSION", '2.3.0');
define("VERSION", '2.3.5');
define("SCORE_VERSION", 's2hack/'.VERSION);
define("COOKIE_PREFIX", 'shm');

Expand Down

0 comments on commit 4cda95f

Please sign in to comment.