Now working on version v0.5.1
authorRyan Dahl <ry@tinyclouds.org>
Wed, 6 Jul 2011 05:13:55 +0000 (22:13 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 6 Jul 2011 05:13:55 +0000 (22:13 -0700)
src/node_version.h

index db1f072..79a8c60 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 5
-#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 1
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)