diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h
index cbb52176..a8b0f823 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.8"
+#define XHPROF_VERSION "2.3.9"
#define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024
diff --git a/package.xml b/package.xml
index 2cfeb414..60558cde 100644
--- a/package.xml
+++ b/package.xml
@@ -40,11 +40,11 @@
longxinhui@php.net
yes
- 2022-11-05
-
+ 2022-12-14
+
- 2.3.8
- 2.3.8
+ 2.3.9
+ 2.3.9
stable
@@ -52,7 +52,8 @@
Apache 2.0
- - fix version number
+ - Nullify references once not used to prevent double-frees #73
+ - Fixed clocks to microseconds conversion on Mac #75
@@ -121,6 +122,22 @@
xhprof
+
+ 2022-12-14
+
+ 2.3.9
+ 2.3.9
+
+
+ stable
+ stable
+
+
+ - Nullify references once not used to prevent double-frees #73
+ - Fixed clocks to microseconds conversion on Mac #75
+
+
+
2022-11-05