소스 검색

Bump PHP_V8JS_VERSION #define as well.

Stefan Siegl 10 년 전
부모
커밋
31d1feb7da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php_v8js_macros.h

+ 1 - 1
php_v8js_macros.h

@@ -53,7 +53,7 @@ extern "C" {
 #endif
 
 /* V8Js Version */
-#define PHP_V8JS_VERSION "0.2.2"
+#define PHP_V8JS_VERSION "0.2.3"
 
 /* Hidden field name used to link JS wrappers with underlying PHP object */
 #define PHPJS_OBJECT_KEY "phpjs::object"