Browse Source

Fix V8JS_VERSION to match package.xml (0.1.5)

Karl G 11 năm trước cách đây
mục cha
commit
2b61b9d1be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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. */