From 705be7dd369c9c3337b85efd0c2768f9c698de67 Mon Sep 17 00:00:00 2001 From: longxinhui Date: Mon, 6 Aug 2018 09:02:57 +0800 Subject: [PATCH] release 2.0.2 --- extension/php_xhprof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index e7fca836..717c56a1 100644 --- a/extension/php_xhprof.h +++ b/extension/php_xhprof.h @@ -39,7 +39,7 @@ extern zend_module_entry xhprof_module_entry; */ /* XHProf version */ -#define XHPROF_VERSION "2.0.1" +#define XHPROF_VERSION "2.0.2" /* Fictitious function name to represent top of the call tree. The paranthesis * in the name is to ensure we don't conflict with user function names. */