From 4cf540247e275cd8f7fee228f040775138933c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Thu, 26 Dec 2019 05:28:35 +0300 Subject: [PATCH] deps: V8: bump v8_embedder_string for 0e21c1e637bf 0e21c1e637bf6d844473d09dca3508f2bf547b89 has landed without a proper v8_embedder_string bump, this is a follow-up fix. Refs: 0e21c1e637bf6d844473d09dca3508f2bf547b89 Refs: https://github.com/nodejs/node/pull/31007 --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 758d6eba189736..dc3376573e87cd 100644 --- a/common.gypi +++ b/common.gypi @@ -39,7 +39,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.25', + 'v8_embedder_string': '-node.26', ##### V8 defaults for Node.js #####