summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index 1dc473d5d..6701fa6f4 100644
--- a/src/node.h
+++ b/src/node.h
@@ -7,11 +7,10 @@
#include <evcom.h>
#include "object_wrap.h"
+#include "node_version.h"
namespace node {
-#define NODE_VERSION "0.1.7"
-
#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
v8::Integer::New(constant))