summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-03-31 18:30:49 -0700
committerMyles Borins <mborins@us.ibm.com>2016-03-31 18:30:49 -0700
commit7384140a5fad356ab4bffe9175ef5d9c6e274edb (patch)
tree35b9a87b9375a48fa6a3b81014a65cb0946b301d /src
parent9ef4b1b140ce25e8178f7dfe2e637b8bd5483963 (diff)
downloadnodejs-7384140a5fad356ab4bffe9175ef5d9c6e274edb.tar.gz
nodejs-7384140a5fad356ab4bffe9175ef5d9c6e274edb.tar.bz2
nodejs-7384140a5fad356ab4bffe9175ef5d9c6e274edb.zip
Working on v4.4.3
PR-URL: https://github.com/nodejs/node/pull/5961
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 6510c7815..5707ca00f 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -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)