Now working on v0.5.2
authorRyan Dahl <ry@tinyclouds.org>
Thu, 14 Jul 2011 23:56:39 +0000 (16:56 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 14 Jul 2011 23:56:39 +0000 (16:56 -0700)
src/node_version.h

index 9fb4277..24b45b7 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 5
-#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 2
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)