diff options
author | Myles Borins <mylesborins@google.com> | 2017-12-19 21:43:08 -0500 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2018-01-02 12:48:26 -0500 |
commit | d5fbd254efc860c873fe54166befd5453a4afd4d (patch) | |
tree | 23f91bef5336ed4e0f6aefe3c53810373d725924 /src | |
parent | a528d573ce4e948e4e2274f3be9ddf41ece40f72 (diff) | |
download | node-new-d5fbd254efc860c873fe54166befd5453a4afd4d.tar.gz |
2018-01-02, Version 6.12.3 'Boron' (LTS)v6.12.3v6.12.3-proposal
Notable Changes:
* build:
- configure can now be run from any directory (Gibson Fahnestock)
https://github.com/nodejs/node/pull/17321
PR-URL: https://github.com/nodejs/node/pull/17776
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 da16d06d2f..86bef618a1 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 "Boron" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |