Go with 1.0.9

This commit is contained in:
Derick Rethans
2025-08-05 12:20:03 +01:00
parent b202af1e4b
commit ee7378051c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
</lead>
<date>2024-08-05</date>
<version>
<release>1.0.8</release>
<release>1.0.9</release>
<api>1.0.0</api>
</version>
<stability>

View File

@@ -29,7 +29,7 @@
extern zend_module_entry mcrypt_module_entry;
#define mcrypt_module_ptr &mcrypt_module_entry
#define PHP_MCRYPT_VERSION "1.0.7"
#define PHP_MCRYPT_VERSION "1.0.9"
/* Functions for both old and new API */
PHP_FUNCTION(mcrypt_ecb);