Working on v4.2.2
authorJames M Snell <jasnell@gmail.com>
Tue, 13 Oct 2015 17:36:10 +0000 (10:36 -0700)
committerJames M Snell <jasnell@gmail.com>
Tue, 13 Oct 2015 17:54:43 +0000 (10:54 -0700)
src/node_version.h

index 336bce2..0826681 100644 (file)
@@ -3,12 +3,12 @@
 
 #define NODE_MAJOR_VERSION 4
 #define NODE_MINOR_VERSION 2
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
 
 #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)