From 2b61b9d1be8ad9806855a459f416184b337603b8 Mon Sep 17 00:00:00 2001 From: Karl G Date: Wed, 23 Apr 2014 14:49:39 +0200 Subject: [PATCH] Fix V8JS_VERSION to match package.xml (0.1.5) --- php_v8js_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_v8js_macros.h b/php_v8js_macros.h index c45af1b..5d1c3c6 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -36,7 +36,7 @@ extern "C" { #include /* 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. */