From ad819bcc4bf7fde1c12c91e4f4e2da7ea20e0aaa Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 20 Mar 2013 01:56:29 +0100 Subject: [PATCH] src: bump NODE_MODULE_VERSION after abi change --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.h b/src/node.h index d01dc40adc4..9984faef5b2 100644 --- a/src/node.h +++ b/src/node.h @@ -209,7 +209,7 @@ node_module_struct* get_builtin_module(const char *name); * an API is broken in the C++ side, including in v8 or * other dependencies. */ -#define NODE_MODULE_VERSION 0x000B /* v0.11 */ +#define NODE_MODULE_VERSION 0x000C /* v0.12 */ #define NODE_STANDARD_MODULE_STUFF \ NODE_MODULE_VERSION, \