From 3af8fbd3b1cdb41f1a195185bf544115de63ca15 Mon Sep 17 00:00:00 2001 From: longxinhui Date: Mon, 12 Nov 2018 12:13:19 +0800 Subject: [PATCH] releases 2.0.4 fix #17 --- 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 2d5348d1..3da8305a 100755 --- 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.3" +#define XHPROF_VERSION "2.0.4" /* 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. */