0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 23:08:41 +00:00

Bump PHP_V8JS_VERSION #define as well.

This commit is contained in:
Stefan Siegl 2015-08-27 16:25:59 +02:00
parent 3c25bb2989
commit 31d1feb7da

View File

@ -53,7 +53,7 @@ extern "C" {
#endif
/* V8Js Version */
#define PHP_V8JS_VERSION "0.2.2"
#define PHP_V8JS_VERSION "0.2.3"
/* Hidden field name used to link JS wrappers with underlying PHP object */
#define PHPJS_OBJECT_KEY "phpjs::object"