diff options
author | Myles Borins <mborins@us.ibm.com> | 2016-03-02 13:35:28 -0800 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-03-02 13:35:28 -0800 |
commit | 692eadaab0ce7c722fac7940503db68246c4b373 (patch) | |
tree | dfb0e79e217b9cc2986872c3e0316a206cfda8c9 /src | |
parent | c23f6087966be0b8944b71bc238d383080f87573 (diff) | |
download | nodejs-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.h | 4 |
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) |