X Tutup
The Wayback Machine - https://web.archive.org/web/20220320043709/https://github.com/nodejs/node/commit/a572a4e34e
Skip to content
Permalink
Browse files
build: reset embedder string to "-node.0"
PR-URL: #37587
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
targos committed Mar 15, 2021
1 parent 732ad99 commit a572a4e34e8ac97ed69bf0f463b4bfb994b8ca4b
Showing with 1 addition and 1 deletion.
  1. +1 −1 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 #####

0 comments on commit a572a4e

Please sign in to comment.
X Tutup