Skip to content

Commit 1b72569

Browse files
committedNov 11, 2023
Release apcu 5.1.23
1 parent 8468e85 commit 1b72569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<email>nikic@php.net</email>
2929
<active>yes</active>
3030
</lead>
31-
<date>2022-09-19</date>
31+
<date>2023-11-11</date>
3232
<version>
33-
<release>5.1.23dev</release>
33+
<release>5.1.23</release>
3434
<api>5.1.18</api>
3535
</version>
3636
<stability>

Diff for: ‎php_apc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "apc.h"
3434
#include "apc_globals.h"
3535

36-
#define PHP_APCU_VERSION "5.1.23-dev"
36+
#define PHP_APCU_VERSION "5.1.23"
3737
#define PHP_APCU_EXTNAME "apcu"
3838

3939
PHP_APCU_API zend_bool apc_is_enabled(void);

0 commit comments

Comments
 (0)