diff --git a/package.xml b/package.xml
index e1d6f060..1acb7c73 100644
--- a/package.xml
+++ b/package.xml
@@ -39,13 +39,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
mike@php.net
yes
- 2024-10-04
+ 2024-10-17
- 3.3.0RC1
+ 3.3.0
3.3.0
- beta
+ stable
stable
PHP
@@ -54,6 +54,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Add #539 zstd support
- Add #540 compression_level option
- Mark password as a sensitive param for PHP 8.2
+- Upgrade Windows libmemcached to v1.1.4
- Fix Windows PHP 8 compatibility
- Fix #518 Windows msgpack support
- Fix #522 signed integer overflow
diff --git a/php_memcached.h b/php_memcached.h
index 56664235..905f941d 100644
--- a/php_memcached.h
+++ b/php_memcached.h
@@ -30,7 +30,7 @@
# include "config.h"
#endif
-#define PHP_MEMCACHED_VERSION "3.3.0RC1"
+#define PHP_MEMCACHED_VERSION "3.3.0"
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
#define PHP_MEMCACHED_API __declspec(dllexport)