Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-03-12 10:25:14 +0300
committerMichaël Zasso <targos@protonmail.com>2021-03-15 17:54:55 +0300
commita572a4e34e8ac97ed69bf0f463b4bfb994b8ca4b (patch)
tree913e918ab7a23486a3e572c3130971be6857873e /common.gypi
parent732ad99e47bae5deffa3a22d2ebe5500284106f0 (diff)
build: reset embedder string to "-node.0"
PR-URL: https://github.com/nodejs/node/pull/37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@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 d81bac25e30..a06d23cee06 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.16',
+ 'v8_embedder_string': '-node.0',
##### V8 defaults for Node.js #####