Skip to content

Commit

Permalink
Release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Oct 28, 2015
1 parent e96119b commit 89c0865
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.0 (2015-10-28)
* Support server variables, headers, and query string
processing to allow using the embedded PHP to process http
requests from node's http server.
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",
"version": "0.0.2-git",
"version": "0.5.0",
"homepage": "http://github.com/cscott/node-php-embed",
"author": "C. Scott Ananian <cscott@cscott.net>",
"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.0.2-git"
#define NODE_PHP_EMBED_VERSION "0.5.0"

namespace node_php_embed {

Expand Down

0 comments on commit 89c0865

Please sign in to comment.