Still use 14 for node_module_version

We haven't broken abi yet, still use 14 to be compatible with previous
versions.
This commit is contained in:
Cheng Zhao 2014-09-30 20:49:34 +08:00
parent 72fc1e8dc6
commit 98fec2f317

View file

@ -1,7 +1,7 @@
{
'variables': {
'clang': 0,
'node_module_version': 15,
'node_module_version': 14,
'conditions': [
['OS=="mac" or OS=="linux"', {
'clang': 1,