diff --git a/package.xml b/package.xml
index 25433c1..34716de 100644
--- a/package.xml
+++ b/package.xml
@@ -28,9 +28,9 @@
nikic@php.net
yes
- 2023-11-11
+ 2024-09-21
- 5.1.24dev
+ 5.1.24
5.1.18
@@ -39,7 +39,9 @@
PHP License
-- TBD
+- Make compatible with PHP 8.4.
+- apc.php: Preserve search parameter when deleting entry.
+- apc.PHP: Allow arbitrary search regex.
diff --git a/php_apc.h b/php_apc.h
index 4456f3f..44ee561 100644
--- a/php_apc.h
+++ b/php_apc.h
@@ -33,7 +33,7 @@
#include "apc.h"
#include "apc_globals.h"
-#define PHP_APCU_VERSION "5.1.23-dev"
+#define PHP_APCU_VERSION "5.1.24"
#define PHP_APCU_EXTNAME "apcu"
PHP_APCU_API zend_bool apc_is_enabled(void);