diff --git a/index.php b/index.php index c0dbfdc..59ce9f9 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.0-dev'); +define('PHP_CONSOLE_VERSION', '1.1.0'); require 'krumo/class.krumo.php'; ini_set('log_errors', 0);