src: bump NODE_MODULE_VERSION after abi change

This commit is contained in:
Ben Noordhuis 2013-03-20 01:56:29 +01:00
parent dc29d64983
commit ad819bcc4b

View File

@ -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, \