Now working on v0.4.8
authorRyan Dahl <ry@tinyclouds.org>
Sat, 23 Apr 2011 00:49:56 +0000 (17:49 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 23 Apr 2011 00:49:56 +0000 (17:49 -0700)
src/node_version.h

index d5c81d2..3eeeb73 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 7
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 8
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)