0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-27 22:16:50 +01:00

build: reset embedder string to "-node.0"

PR-URL: https://github.com/nodejs/node/pull/45579
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Yagiz Nizipli 2022-11-22 09:57:37 -05:00 committed by Node.js GitHub Bot
parent 16e03e7968
commit 649f68fc1e

View File

@ -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.8',
'v8_embedder_string': '-node.0',
##### V8 defaults for Node.js #####