Skip to content

Commit

Permalink
Release 5.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 16, 2018
1 parent eb14b71 commit 6c97087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-01-02</date>
<date>2018-02-16</date>
<version>
<release>5.1.10dev</release>
<release>5.1.10</release>
<api>5.1.2</api>
</version>
<stability>
Expand Down
2 changes: 1 addition & 1 deletion php_apc.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "apc.h"
#include "apc_globals.h"

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

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 6c97087

Please sign in to comment.