diff --git a/package.xml b/package.xml index 4bca7db..15475f6 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-09-04 - + 2016-09-22 + - 1.3.2 - 1.3.2 + 1.3.3 + 1.3.3 stable @@ -28,10 +28,8 @@ The MIT License (MIT) -- fix reference counting issue (and hence use-after-free memory error) -- fix another use-after-free issue with registerExtension -- fix build against PHP 7.1 (beta) -- correctly export reference-type variables to JavaScript +- fix detection of libv8_libbase.a during configuration +- fix license URIs in package.xml @@ -200,14 +198,14 @@ - + - + @@ -739,5 +737,21 @@ Fix build against V8 5.3.337 (and higher) - correctly export reference-type variables to JavaScript + + + 1.3.3 + 1.3.3 + + + stable + stable + + 2016-09-22 + The MIT License (MIT) + +- fix detection of libv8_libbase.a during configuration +- fix license URIs in package.xml + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 96e8ca9..5491493 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -60,7 +60,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "1.3.2" +#define PHP_V8JS_VERSION "1.3.3" /* Helper macros */ #define V8JS_GET_CLASS_NAME(var, obj) \