diff --git a/package.xml b/package.xml
index d12c5b07..071d95be 100644
--- a/package.xml
+++ b/package.xml
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
PHP
- phpredsi 5.3.3
+ phpredis 5.3.3
This release mostly includes just small PHP 8 Windows compatibility fixes
such that pecl.php.net can automatically build Windows DLLs.
diff --git a/php_redis.h b/php_redis.h
index 24ba89a7..167e68f5 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.3.2"
+#define PHP_REDIS_VERSION "5.3.3"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);