summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-08-04 18:09:52 +0200
committerMichaël Zasso <targos@protonmail.com>2018-08-21 13:22:04 +0200
commit0f85e20d3ecca6e7bf8ca3a290960b21a86c5a12 (patch)
tree0001ed5493708a721ed9f4fd5c99afd44756732a /deps/v8/include
parent6e9e150b6a1746df899b68158dd540b4e790eff8 (diff)
downloadandroid-node-v8-0f85e20d3ecca6e7bf8ca3a290960b21a86c5a12.tar.gz
android-node-v8-0f85e20d3ecca6e7bf8ca3a290960b21a86c5a12.tar.bz2
android-node-v8-0f85e20d3ecca6e7bf8ca3a290960b21a86c5a12.zip
deps: patch V8 to 6.8.275.30
Refs: https://github.com/v8/v8/compare/6.8.275.24...6.8.275.30 PR-URL: https://github.com/nodejs/node/pull/22125 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'deps/v8/include')
-rw-r--r--deps/v8/include/v8-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h
index e57efc3084..e52b5742f5 100644
--- a/deps/v8/include/v8-version.h
+++ b/deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 6
#define V8_MINOR_VERSION 8
#define V8_BUILD_NUMBER 275
-#define V8_PATCH_LEVEL 24
+#define V8_PATCH_LEVEL 30
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)