Now working on version v0.4.6
authorRyan Dahl <ry@tinyclouds.org>
Sat, 2 Apr 2011 02:06:41 +0000 (19:06 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 2 Apr 2011 02:06:41 +0000 (19:06 -0700)
src/node_version.h

index 6516c12..eef3245 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 5
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 6
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)