From 98fec2f3173410343889396ba38c90fc3e5dc249 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 30 Sep 2014 20:49:34 +0800 Subject: [PATCH] Still use 14 for node_module_version We haven't broken abi yet, still use 14 to be compatible with previous versions. --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 462d66d3314e..6f3bc24aafeb 100644 --- a/common.gypi +++ b/common.gypi @@ -1,7 +1,7 @@ { 'variables': { 'clang': 0, - 'node_module_version': 15, + 'node_module_version': 14, 'conditions': [ ['OS=="mac" or OS=="linux"', { 'clang': 1,