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>2012-01-28 04:54:40 +0400
committerisaacs <i@izs.me>2012-01-28 04:54:40 +0400
commit5756d7916a1f6dfb9d0a7fc544b4a7fcc4e99a50 (patch)
tree7b6f531adde6da827cf12e1cdfd1a2184fb0b383 /src
parentf19e20d33f57c4d2853aaea7d2724d44f3b0012f (diff)
Now working on 0.6.10
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 d6f11afec26..071fe984bcd 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,8 +28,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6
-#define NODE_PATCH_VERSION 9
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 10
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)