Now working on v0.4.5
authorRyan Dahl <ry@tinyclouds.org>
Sat, 26 Mar 2011 09:00:08 +0000 (02:00 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 26 Mar 2011 09:00:11 +0000 (02:00 -0700)
src/node_version.h

index 1ec1b3d..147601a 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 4
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 5
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)