Now working on v0.3.7
authorRyan Dahl <ry@tinyclouds.org>
Sat, 22 Jan 2011 02:26:05 +0000 (18:26 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 22 Jan 2011 02:26:05 +0000 (18:26 -0800)
src/node_version.h

index 5738013e2153f22fe13838cf3ab9f332e7306ef8..7cbc6c5ea76d85fc8e7bed0c6194b381807139d1 100644 (file)
@@ -6,8 +6,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION 6
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 7
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)