diff --git a/package.xml b/package.xml
index 2fe324b4..25433c18 100644
--- a/package.xml
+++ b/package.xml
@@ -30,7 +30,7 @@
2023-11-11
- 5.1.23
+ 5.1.24dev
5.1.18
@@ -39,14 +39,7 @@
PHP License
-- Revert use of monotonic clock for TTL (#451)
-- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
-- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
-- Speed up serializing arrays with `apc.serializer=default`.
-- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
-- Removed no longer working apcue extension.
-- Increased limit on maximum number of slots.
-- Made tests compatible with PHP 8.3.
+- TBD
@@ -192,6 +185,28 @@
+
+ 2023-11-11
+
+ 5.1.23
+ 5.1.18
+
+
+ stable
+ stable
+
+ PHP License
+
+- Revert use of monotonic clock for TTL (#451)
+- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
+- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
+- Speed up serializing arrays with `apc.serializer=default`.
+- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
+- Removed no longer working apcue extension.
+- Increased limit on maximum number of slots.
+- Made tests compatible with PHP 8.3.
+
+
2022-09-19
diff --git a/php_apc.h b/php_apc.h
index 97c5c05e..4456f3f9 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"
+#define PHP_APCU_VERSION "5.1.23-dev"
#define PHP_APCU_EXTNAME "apcu"
PHP_APCU_API zend_bool apc_is_enabled(void);