From bcfcc06638563dbeaa0f672bc5a7ea493d811acc Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 2 Feb 2017 16:28:53 +0900 Subject: [PATCH] Bump NODE_MODULE_VERSION to 53 This matches the number in https://github.com/nodejs/node/pull/10992. --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index f95d525ac2e..7ada96682ee 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -52,6 +52,6 @@ * an API is broken in the C++ side, including in v8 or * other dependencies. */ -#define NODE_MODULE_VERSION 51 /* Node.js v7.0.0 */ +#define NODE_MODULE_VERSION 53 /* Node.js v7.0.0 */ #endif // SRC_NODE_VERSION_H_