summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-03-28 08:49:02 -0400
committerMichaƫl Zasso <targos@protonmail.com>2019-08-19 09:25:52 +0200
commitd93c3e3350640c5d1b75fa3ec0c3845c360b959c (patch)
treee827c78654ec68f134c92b8b43ff1c4d93f3b1df /common.gypi
parent44baba8ebc7d2b4196892282a473ae99245d3511 (diff)
downloadandroid-node-v8-d93c3e3350640c5d1b75fa3ec0c3845c360b959c.tar.gz
android-node-v8-d93c3e3350640c5d1b75fa3ec0c3845c360b959c.tar.bz2
android-node-v8-d93c3e3350640c5d1b75fa3ec0c3845c360b959c.zip
deps: V8: update postmortem metadata generation script
Update postmortem metadata constants for V8 7.7 in Node.js. PR-URL: https://github.com/nodejs/node/pull/28918 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 5a2c1bb6fc..a59972c46b 100644
--- a/common.gypi
+++ b/common.gypi
@@ -39,7 +39,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####