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-10-10 12:10:44 +0300
committerMichaël Zasso <targos@protonmail.com>2021-10-12 09:07:53 +0300
commitcb93fdbba5958958840c50ed8ccc4acf7027a6e3 (patch)
treece91024642502ab8cc8dbd0319d27b1a57d5070b
parent62719c5fd2ab7dee1ac4019c1715061d556ac457 (diff)
build: reset embedder string to "-node.0"
PR-URL: https://github.com/nodejs/node/pull/40178 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index ce9cf8f0eaf..f3473a7ac65 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.12',
+ 'v8_embedder_string': '-node.0',
##### V8 defaults for Node.js #####