소스 검색

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