diff --git a/package.xml b/package.xml
index e26a0b55..573f57c8 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2017-03-05
-
+ 2017-03-11
+
- 1.3.4
- 1.3.4
+ 1.3.5
+ 1.3.5
stable
@@ -28,9 +28,7 @@
The MIT License (MIT)
-- Bugfix: Reset fatal_error_abort on RSHUTDOWN
-- Improve auto configuration (V8 detection)
-- Improve build instructions on Linux & Windows
+- Fix long vs. zend_long issues on x64 Windows
@@ -147,6 +145,7 @@
+
@@ -198,41 +197,42 @@
-
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -771,5 +771,20 @@ Fix build against V8 5.3.337 (and higher)
- Improve build instructions on Linux & Windows
+
+
+ 1.3.5
+ 1.3.5
+
+
+ stable
+ stable
+
+ 2017-03-11
+ The MIT License (MIT)
+
+- Fix long vs. zend_long issues on x64 Windows
+
+
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index 230cff96..0196b74c 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.4"
+#define PHP_V8JS_VERSION "1.3.5"
/* Helper macros */
#define V8JS_GET_CLASS_NAME(var, obj) \