X Tutup
The Wayback Machine - https://web.archive.org/web/20210829091031/https://github.com/nodejs/node/commit/f3c7078245
Skip to content
Permalink
Browse files
build: reset embedder string to "-node.0"
PR-URL: #37330
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
targos committed Feb 24, 2021
1 parent c5ff019 commit f3c70782458a465f65844a8133c7ba5bfd90189d
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.23',
'v8_embedder_string': '-node.0',

##### V8 defaults for Node.js #####

0 comments on commit f3c7078

Please sign in to comment.
X Tutup