mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
Fix V8JS_VERSION to match package.xml (0.1.5)
This commit is contained in:
parent
16447f8fce
commit
2b61b9d1be
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user