Now working on v0.5.11
authorRyan Dahl <ry@tinyclouds.org>
Sat, 22 Oct 2011 02:16:06 +0000 (19:16 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 22 Oct 2011 02:16:06 +0000 (19:16 -0700)
src/node_version.h

index 47f17f9..fb5f1b9 100644 (file)
@@ -28,8 +28,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 5
-#define NODE_PATCH_VERSION 10
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 11
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)