diff --git a/package.xml b/package.xml index 9b81a2b..da6b2f9 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-03-08 - + 2016-03-24 + - 0.6.0 - 0.6.0 + 0.6.1 + 0.6.1 stable @@ -28,7 +28,7 @@ The MIT License (MIT) -- Allow to adjust the considered "amount of external memory" by objects exported to V8 +- Fix configuration on MacOS platform @@ -189,15 +189,15 @@ - - + + - - + + @@ -530,5 +530,20 @@ - Allow to adjust the considered "amount of external memory" by objects exported to V8 + + + 0.6.1 + 0.6.1 + + + stable + stable + + 2016-03-24 + The MIT License (MIT) + +- Fix configuration on MacOS platform + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 8969e90..50c0c79 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -53,7 +53,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "0.6.0" +#define PHP_V8JS_VERSION "0.6.1" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"