summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-03-22 15:53:18 -0700
committerMyles Borins <mborins@us.ibm.com>2016-03-22 15:53:18 -0700
commitab5ad062c2ee0678ec85b379bc837d4681dc38ea (patch)
tree02cd5e757c70339e8c74601b9c841c1610c6cb02 /src
parent5368455fdafc097880a8b7269187255a0bcd9801 (diff)
downloadnodejs-ab5ad062c2ee0678ec85b379bc837d4681dc38ea.tar.gz
nodejs-ab5ad062c2ee0678ec85b379bc837d4681dc38ea.tar.bz2
nodejs-ab5ad062c2ee0678ec85b379bc837d4681dc38ea.zip
Working on v4.4.2
PR-URL: https://github.com/nodejs/node/pull/5835
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 0b6ae62b1..abc53e887 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 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)