Skip to content

Commit

Permalink
Release 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Nov 5, 2015
1 parent 70709d6 commit 136a7f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# php-embed x.x.x (not yet released)
# php-embed 0.5.3 (2015-11-04)
* Add and enable Opcache extension for opcode caching (performance).
* Add and enable Intl extension (fast internationalization support).
* Add and enable APCu extension for object caching (performance).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "php-embed",
"description": "Bidirectional interoperability between PHP and Node.js in a single process",
"version": "0.5.2-git",
"version": "0.5.3",
"homepage": "http://github.com/cscott/node-php-embed",
"author": "C. Scott Ananian <[email protected]>",
"main": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion src/node_php_embed.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define NODE_PHP_EMBED_NODE_PHP_EMBED_H_

// This should match the version declared in package.json.
#define NODE_PHP_EMBED_VERSION "0.5.2-git"
#define NODE_PHP_EMBED_VERSION "0.5.3"

extern "C" {
#include "TSRM/TSRM.h"
Expand Down

0 comments on commit 136a7f3

Please sign in to comment.