Working on v1.6.5
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Mon, 6 Apr 2015 14:17:44 +0000 (10:17 -0400)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Mon, 6 Apr 2015 14:17:44 +0000 (10:17 -0400)
src/node_version.h

index aed7c0a..dd7219a 100644 (file)
@@ -3,9 +3,9 @@
 
 #define NODE_MAJOR_VERSION 1
 #define NODE_MINOR_VERSION 6
-#define NODE_PATCH_VERSION 4
+#define NODE_PATCH_VERSION 5
 
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)