summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-03-02 13:35:28 -0800
committerMyles Borins <mborins@us.ibm.com>2016-03-02 13:35:28 -0800
commit692eadaab0ce7c722fac7940503db68246c4b373 (patch)
treedfb0e79e217b9cc2986872c3e0316a206cfda8c9 /src
parentc23f6087966be0b8944b71bc238d383080f87573 (diff)
downloadnodejs-692eadaab0ce7c722fac7940503db68246c4b373.tar.gz
nodejs-692eadaab0ce7c722fac7940503db68246c4b373.tar.bz2
nodejs-692eadaab0ce7c722fac7940503db68246c4b373.zip
Working on v4.3.3
PR-URL: https://github.com/nodejs/node/pull/5526
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 e90101035..b8b6da3d6 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 3
-#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)