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>2022-04-12 12:10:17 +0300
committerMichaël Zasso <targos@protonmail.com>2022-04-12 23:08:42 +0300
commitd5462e45586050be2c2d804c86670d8373368284 (patch)
tree925e7202b018a09ed20b5f901e2ec34973d46bb6 /common.gypi
parentfd4f80ce54d7f7b7503e0999f6a9d293d493846d (diff)
build: reset embedder string to "-node.0"
PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.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 f4cec334c19..501cb9813f5 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 #####