Skip to content

Commit a1f927a

Browse files
committedOct 28, 2019
Release 5.1.18
1 parent 1f59873 commit a1f927a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<email>nikic@php.net</email>
2929
<active>yes</active>
3030
</lead>
31-
<date>2019-02-08</date>
31+
<date>2019-10-28</date>
3232
<version>
33-
<release>5.1.18dev</release>
34-
<api>5.1.15</api>
33+
<release>5.1.18</release>
34+
<api>5.1.18</api>
3535
</version>
3636
<stability>
3737
<release>stable</release>

‎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.18-dev"
36+
#define PHP_APCU_VERSION "5.1.18"
3737
#define PHP_APCU_EXTNAME "apcu"
3838

3939
PHP_APCU_API PHP_FUNCTION(apcu_add);

0 commit comments

Comments
 (0)