Skip to content

Commit 89c0865

Browse files
committed
Release 0.5.0.
1 parent e96119b commit 89c0865

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-embed x.x.x (not yet released)
1+
# php-embed 0.5.0 (2015-10-28)
22
* Support server variables, headers, and query string
33
processing to allow using the embedded PHP to process http
44
requests from node's http server.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-embed",
33
"description": "Bidirectional interoperability between PHP and Node.js",
4-
"version": "0.0.2-git",
4+
"version": "0.5.0",
55
"homepage": "http://github.com/cscott/node-php-embed",
66
"author": "C. Scott Ananian <[email protected]>",
77
"main": "lib/index",

src/node_php_embed.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define NODE_PHP_EMBED_NODE_PHP_EMBED_H_
88

99
// This should match the version declared in package.json.
10-
#define NODE_PHP_EMBED_VERSION "0.0.2-git"
10+
#define NODE_PHP_EMBED_VERSION "0.5.0"
1111

1212
namespace node_php_embed {
1313

0 commit comments

Comments
 (0)