Working on v4.4.3
authorMyles Borins <mborins@us.ibm.com>
Fri, 1 Apr 2016 01:30:49 +0000 (18:30 -0700)
committerMyles Borins <mborins@us.ibm.com>
Fri, 1 Apr 2016 01:30:49 +0000 (18:30 -0700)
PR-URL: https://github.com/nodejs/node/pull/5961

src/node_version.h

index 6510c78..5707ca0 100644 (file)
@@ -3,12 +3,12 @@
 
 #define NODE_MAJOR_VERSION 4
 #define NODE_MINOR_VERSION 4
-#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)