Working on v2.3.4
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Fri, 3 Jul 2015 22:47:02 +0000 (15:47 -0700)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Sat, 4 Jul 2015 00:10:40 +0000 (17:10 -0700)
src/node_version.h

index 949f4ca..2873e20 100644 (file)
@@ -3,9 +3,9 @@
 
 #define NODE_MAJOR_VERSION 2
 #define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION 3
+#define NODE_PATCH_VERSION 4
 
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)