Explorar o código

Fix V8JS_VERSION to match package.xml (0.1.5)

Karl G %!s(int64=11) %!d(string=hai) anos
pai
achega
2b61b9d1be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      php_v8js_macros.h

+ 1 - 1
php_v8js_macros.h

@@ -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. */