浏览代码

Fix V8JS_VERSION to match package.xml (0.1.5)

Karl G 11 年之前
父节点
当前提交
2b61b9d1be
共有 1 个文件被更改,包括 1 次插入1 次删除
  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. */