From bca4550a6e0953fc5e4d79aeca3a361bb27e850a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 16 Dec 2011 14:26:39 +0100 Subject: [PATCH] Release 1.2.0 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 13d852a..b7d08e3 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ if (!in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1'), true)) { die('ERR/401 Go Away'); } -define('PHP_CONSOLE_VERSION', '1.2.0-dev'); +define('PHP_CONSOLE_VERSION', '1.2.0'); require 'krumo/class.krumo.php'; ini_set('log_errors', 0);