Browse Source

Fix V8JS_VERSION to match package.xml (0.1.5)

Karl G 11 years ago
parent
commit
2b61b9d1be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php_v8js_macros.h

+ 1 - 1
php_v8js_macros.h

@@ -36,7 +36,7 @@ extern "C" {
 #include <mutex>
 #include <mutex>
 
 
 /* V8Js Version */
 /* 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
 /* V8 from 3.23.12 has most v8::Anything::New constructors expect isolates
    as their first argument.  Older versions don't provide these. */
    as their first argument.  Older versions don't provide these. */