Working on v4.2.1
authorJames M Snell <jasnell@gmail.com>
Mon, 12 Oct 2015 18:11:26 +0000 (11:11 -0700)
committerJames M Snell <jasnell@gmail.com>
Mon, 12 Oct 2015 18:11:26 +0000 (11:11 -0700)
src/node_version.h

index a5491c1..7794a70 100644 (file)
@@ -3,12 +3,12 @@
 
 #define NODE_MAJOR_VERSION 4
 #define NODE_MINOR_VERSION 2
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
 
 #define NODE_VERSION_IS_LTS 1
 #define NODE_VERSION_LTS_CODENAME "Argon"
 
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
 
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)