summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-04-19 09:00:38 +0200
committerMichaël Zasso <targos@protonmail.com>2022-04-21 11:54:18 +0200
commit956308d6fb2f008821ca37e77a41eb643f9df51f (patch)
treeb66e2276344b93ec776550f071d8937e01418d9d
parent6bbc5596b13828a5274a8aeaea4929bdc22168a4 (diff)
downloadnode-new-956308d6fb2f008821ca37e77a41eb643f9df51f.tar.gz
build: reset embedder string to "-node.0"
PR-URL: https://github.com/nodejs/node/pull/42740 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index f2493726ef..501cb9813f 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,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.13',
+ 'v8_embedder_string': '-node.0',
##### V8 defaults for Node.js #####