Now working on v0.6.4
authorBert Belder <bertbelder@gmail.com>
Fri, 25 Nov 2011 11:43:44 +0000 (12:43 +0100)
committerBert Belder <bertbelder@gmail.com>
Fri, 25 Nov 2011 11:43:44 +0000 (12:43 +0100)
src/node_version.h

index ad56ec42232512995b073388737f0b0f911ebf57..46e459e6fb23eae46c521163262fe66d380e09a2 100644 (file)
@@ -28,8 +28,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 6
-#define NODE_PATCH_VERSION 3
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 4
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)