diff options
author | Myles Borins <mborins@us.ibm.com> | 2016-03-22 15:53:18 -0700 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-03-22 15:53:18 -0700 |
commit | ab5ad062c2ee0678ec85b379bc837d4681dc38ea (patch) | |
tree | 02cd5e757c70339e8c74601b9c841c1610c6cb02 /src | |
parent | 5368455fdafc097880a8b7269187255a0bcd9801 (diff) | |
download | nodejs-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.h | 4 |
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) |