Working on v4.2.3
authorJames M Snell <jasnell@gmail.com>
Tue, 3 Nov 2015 20:05:51 +0000 (12:05 -0800)
committerJames M Snell <jasnell@gmail.com>
Tue, 3 Nov 2015 20:05:51 +0000 (12:05 -0800)
src/node_version.h

index bd66ec4..998f465 100644 (file)
@@ -3,12 +3,12 @@
 
 #define NODE_MAJOR_VERSION 4
 #define NODE_MINOR_VERSION 2
-#define NODE_PATCH_VERSION 2
+#define NODE_PATCH_VERSION 3
 
 #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)