Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index 818b99c037b..44b7c2075c4 100644
--- a/src/node.h
+++ b/src/node.h
@@ -10,7 +10,7 @@
namespace node {
-#define NODE_VERSION "0.1.3"
+#define NODE_VERSION "0.1.4"
#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \