Now working on v0.6.2
authorRyan Dahl <ry@tinyclouds.org>
Fri, 11 Nov 2011 23:35:10 +0000 (15:35 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 11 Nov 2011 23:35:10 +0000 (15:35 -0800)
src/node_version.h

index 396e8d8..f816d82 100644 (file)
@@ -28,8 +28,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 6
-#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 2
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)