diff --git a/package.xml b/package.xml index 1b5660d..365f176 100644 --- a/package.xml +++ b/package.xml @@ -22,13 +22,13 @@ mike@php.net yes - 2024-08-23 + 2024-09-25 - 3.0.0RC1 + 3.0.0 3.0.0 - beta + stable stable 3-Clause-BSD diff --git a/php_msgpack.h b/php_msgpack.h index ab0b5dc..2a6ac82 100644 --- a/php_msgpack.h +++ b/php_msgpack.h @@ -3,7 +3,7 @@ #include "Zend/zend_smart_str.h" /* for smart_string */ -#define PHP_MSGPACK_VERSION "3.0.0RC1" +#define PHP_MSGPACK_VERSION "3.0.0" extern zend_module_entry msgpack_module_entry; #define phpext_msgpack_ptr &msgpack_module_entry