summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpha <ngcoder@live.com>2015-08-15 08:47:08 -0400
committerAlpha <ngcoder@live.com>2015-08-15 08:47:08 -0400
commita6e1461e5652a32db47f9ff194e4868736693b02 (patch)
tree2f0d48f6cf6467a8bb8b9ca81081945921bac992
parent9a90e9335327db4ad4c0b2cf31b49f389fa71784 (diff)
downloadwebgrind-a6e1461e5652a32db47f9ff194e4868736693b02.zip
webgrind-a6e1461e5652a32db47f9ff194e4868736693b02.tar.gz
webgrind-a6e1461e5652a32db47f9ff194e4868736693b02.tar.bz2
Bumped to version 1.21.2
- show average cost - enable back button - preprocessor performance - file viewer highlights and links - xdebug 2.3 - clear trace files - step over proxy functions (e.g. call_user_func())
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0b1d596..0bf5e78 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,7 @@
class Webgrind_MasterConfig
{
- static $webgrindVersion = '1.1';
+ static $webgrindVersion = '1.2';
}
require './config.php';