Skip to content

Commit

Permalink
src: bump NODE_MODULE_VERSION after abi change
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 20, 2013
1 parent dc29d64 commit ad819bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit ad819bc

Please sign in to comment.