Skip to content

Commit 31d1feb

Browse files
author
Stefan Siegl
committed
Bump PHP_V8JS_VERSION #define as well.
1 parent 3c25bb2 commit 31d1feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_v8js_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extern "C" {
5353
#endif
5454

5555
/* V8Js Version */
56-
#define PHP_V8JS_VERSION "0.2.2"
56+
#define PHP_V8JS_VERSION "0.2.3"
5757

5858
/* Hidden field name used to link JS wrappers with underlying PHP object */
5959
#define PHPJS_OBJECT_KEY "phpjs::object"

0 commit comments

Comments
 (0)