diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h index fd18fa3c3..818b99c03 100644 --- a/src/node.h +++ b/src/node.h @@ -10,7 +10,7 @@ namespace node { -#define NODE_VERSION "0.1.2" +#define NODE_VERSION "0.1.3" #define NODE_DEFINE_CONSTANT(target, constant) \ (target)->Set(v8::String::NewSymbol(#constant), \ |