From 81b35959a2662a4c289a70da5b1157762d46823c Mon Sep 17 00:00:00 2001 From: longxinhui Date: Tue, 17 Dec 2019 09:07:35 +0800 Subject: [PATCH] back to beta --- extension/php_xhprof.h | 2 +- package.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index b3a960f4..f36d9bc2 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.1.4" +#define XHPROF_VERSION "2.1.4-beta" /* 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. */ diff --git a/package.xml b/package.xml index e8c81510..5a079830 100644 --- a/package.xml +++ b/package.xml @@ -47,8 +47,8 @@ 2.1.4 - stable - stable + beta + beta Apache 2.0 @@ -120,8 +120,8 @@ 2.1.4 - stable - stable + beta + beta - Windows support #34