From 6b23baa79fd22a9e2df29f566188a7a51617765b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 21 Sep 2010 09:07:52 +0200 Subject: [PATCH] Bumping version number of the master branch --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ebb10e3..83453ee 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ if ($_SERVER['REMOTE_ADDR'] != '127.0.0.1') { die('ERR/401 Go Away'); } -define('PHP_CONSOLE_VERSION', '1.1.1'); +define('PHP_CONSOLE_VERSION', '1.2.0-dev'); require 'krumo/class.krumo.php'; ini_set('log_errors', 0);