diff options
author | Myles Borins <mborins@us.ibm.com> | 2016-03-21 13:28:46 -0700 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-03-22 10:33:37 -0700 |
commit | 5368455fdafc097880a8b7269187255a0bcd9801 (patch) | |
tree | 8a51d79da010125daac92984ec4a8f2a6dd23f07 /src | |
parent | 1e05f371d6fb00bac8e5ee50b164a1b41070c4d1 (diff) | |
download | nodejs-5368455fdafc097880a8b7269187255a0bcd9801.tar.gz nodejs-5368455fdafc097880a8b7269187255a0bcd9801.tar.bz2 nodejs-5368455fdafc097880a8b7269187255a0bcd9801.zip |
2016-03-22, Version v4.4.1 'Argon' (LTS)v4.4.1
This LTS release comes with 113 commits, 56 of which are doc related,
18 of which are build / tooling related, 16 of which are test related
and 7 which are benchmark related.
Notable Changes:
* build:
- Updated Logos for the OSX + Windows installers
- (Rod Vagg) https://github.com/nodejs/node/pull/5401
- (Robert Jefe Lindstaedt) https://github.com/nodejs/node/pull/5531
- New option to select your VS Version in the Windows installer
- (julien.waechter) https://github.com/nodejs/node/pull/4645
- Support Visual C++ Build Tools 2015
- (João Reis) https://github.com/nodejs/node/pull/5627
* tools:
- Gyp now works on OSX without XCode
- (Shigeki Ohtsu) https://github.com/nodejs/node/pull/1325
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 285a2b882..0b6ae62b1 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |