From a7befadae5b57bb63dff0cfaf05aa642e564aa03 Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Mon, 5 Sep 2022 22:57:10 +0800 Subject: [PATCH] fix version number --- extension/php_xhprof.h | 2 +- package.xml | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index 311a6d00..6fd58477 100755 --- a/extension/php_xhprof.h +++ b/extension/php_xhprof.h @@ -43,7 +43,7 @@ extern zend_module_entry xhprof_module_entry; */ /* XHProf version */ -#define XHPROF_VERSION "2.3.6" +#define XHPROF_VERSION "2.3.7" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index 0a5e312f..28c6d1ce 100644 --- a/package.xml +++ b/package.xml @@ -41,10 +41,10 @@ yes 2022-09-05 - + - 2.3.6 - 2.3.6 + 2.3.7 + 2.3.7 stable @@ -52,7 +52,7 @@ Apache 2.0 - - Compatible with PHP8.2RC1 #68 + - fix version number @@ -121,6 +121,21 @@ xhprof + + 2022-09-05 + + 2.3.7 + 2.3.7 + + + stable + stable + + + - fix version number + + + 2022-09-05