diff --git a/package.xml b/package.xml
index 4fbbebe..d255a21 100644
--- a/package.xml
+++ b/package.xml
@@ -24,9 +24,9 @@
leigh@php.net
yes
- 2023-02-28
+ 2023-12-12
- 1.0.6
+ 1.0.7
1.0.0
@@ -35,7 +35,7 @@
PHP License
- - Make release to advertise PHP 8.2 support, which it already had.
+ - Make release to advertise PHP 8.3 support, which it already had.
@@ -106,8 +106,8 @@
7.2.0
- 8.3.0
- 8.3.0
+ 8.4.0
+ 8.4.0
1.4.0
diff --git a/php_mcrypt.h b/php_mcrypt.h
index 3720d3d..ef2c9d9 100644
--- a/php_mcrypt.h
+++ b/php_mcrypt.h
@@ -29,7 +29,7 @@
extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry
-#define PHP_MCRYPT_VERSION "1.0.6"
+#define PHP_MCRYPT_VERSION "1.0.7"
/* Functions for both old and new API */
PHP_FUNCTION(mcrypt_ecb);