0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-20 01:55:18 +00:00

Merge pull request #93 from carlos22/patch-1

Fix V8JS_VERSION to match package.xml (0.1.5)
This commit is contained in:
Stefan Siegl 2014-04-23 22:48:16 +02:00
commit 1cff5fc927

View File

@ -36,7 +36,7 @@ extern "C" {
#include <mutex>
/* V8Js Version */
#define V8JS_VERSION "0.1.3"
#define V8JS_VERSION "0.1.5"
/* V8 from 3.23.12 has most v8::Anything::New constructors expect isolates
as their first argument. Older versions don't provide these. */