Skip to content

Commit

Permalink
Release 5.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 8, 2019
1 parent 4370781 commit 760e45b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-12-16</date>
<date>2019-02-08</date>
<version>
<release>5.1.17dev</release>
<release>5.1.17</release>
<api>5.1.15</api>
</version>
<stability>
Expand Down Expand Up @@ -108,6 +108,7 @@
<file name="server_test.inc" role="test" />
<file name="skipif.inc" role="test" />
<file name="sma001.phpt" role="test" />
<file name="typed_prop.phpt" role="test" />
<file name="data/abc.data" role="test" />
<file name="bad/abc.data" role="test" />
</dir>
Expand Down Expand Up @@ -150,6 +151,7 @@
<file name="LICENSE" role="doc" />
<file name="Makefile.frag" role="src" />
<file name="NOTICE" role="doc" />
<file name="php74_shim.h" role="src" />
<file name="php_apc.c" role="src" />
<file name="php_apc.h" role="src" />
<file name="README.md" role="doc" />
Expand Down
2 changes: 1 addition & 1 deletion php_apc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "apc.h"
#include "apc_globals.h"

#define PHP_APCU_VERSION "5.1.17-dev"
#define PHP_APCU_VERSION "5.1.17"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 760e45b

Please sign in to comment.