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
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-25 02:45:46 +0400
committerisaacs <i@izs.me>2013-05-25 02:45:46 +0400
commitccb77e1c9d5793992b07666855956c5d2cf90fce (patch)
treef281708644de83de34260bb4842ec6a12025ac9f /src
parent83a89430367b4c54e5550228b566b89d4ccd1fad (diff)
Now working on 0.10.9
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 0783d6a9b0f..10e1eaa118c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10
-#define NODE_PATCH_VERSION 8
+#define NODE_PATCH_VERSION 9
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""