diff --git a/package.xml b/package.xml
index b86e52e..6a5aed1 100644
--- a/package.xml
+++ b/package.xml
@@ -10,11 +10,11 @@
laruence@php.net
yes
- 2022-05-16
-
+ 2024-06-25
+
- 2.3.2
- 2.3.2
+ 2.3.3
+ 2.3.3
stable
@@ -22,8 +22,7 @@
PHP
- - Fix segfault due to zend_empty_array usage
- - Added third (options*) parameters for Yar_Concurrent_call
+ - Fixed build with PHP8.3
@@ -145,10 +144,10 @@
- 2022-05-06
+ 2024-06-25
- 2.3.1
- 2.3.1
+ 2.3.3
+ 2.3.3
stable
@@ -156,7 +155,7 @@
php license
- - Fix #172 provider/token may be not nul terminated
+ - Fixed build with PHP8.3
@@ -176,6 +175,21 @@
- Added third (options*) parameters for Yar_Concurrent_call
+
+ 2022-05-06
+
+ 2.3.1
+ 2.3.1
+
+
+ stable
+ stable
+
+ php license
+
+ - Fix #172 provider/token may be not nul terminated
+
+
2022-04-24
diff --git a/php_yar.h b/php_yar.h
index e77c836..a8d61c4 100644
--- a/php_yar.h
+++ b/php_yar.h
@@ -37,7 +37,7 @@ extern zend_module_entry yar_module_entry;
#include "TSRM.h"
#endif
-#define PHP_YAR_VERSION "2.3.3-dev"
+#define PHP_YAR_VERSION "2.3.3"
PHP_MINIT_FUNCTION(yar);
PHP_MSHUTDOWN_FUNCTION(yar);