diff options
| author | Ruy Adorno <ruyadorno@hotmail.com> | 2020-09-21 15:53:36 -0400 |
|---|---|---|
| committer | Ruy Adorno <ruyadorno@hotmail.com> | 2020-09-21 21:26:15 -0400 |
| commit | efd5c83255d77b741cbdd485cdf5926c0447f233 (patch) | |
| tree | 3a88b09634b153391023a144de49d230022e9877 /src/node_version.h | |
| parent | 836680a4eaf375a153afdb8e79ded28355fbf520 (diff) | |
| download | node-new-v14.12.0-proposal.tar.gz | |
2020-09-22, Version 14.12.0 (Current)v14.12.0v14.12.0-proposal
Notable changes:
- deps:
- update to uvwasi 0.0.11 (Colin Ihrig)
[#35104](https://github.com/nodejs/node/pull/35104)
- n-api:
- create N-API version 7 (Gabriel Schulhof)
[#35199](https://github.com/nodejs/node/pull/35199)
- add more property defaults (Gerhard Stoebich)
[#35214](https://github.com/nodejs/node/pull/35214)
PR-URL: https://github.com/nodejs/node/pull/35285
Diffstat (limited to 'src/node_version.h')
| -rw-r--r-- | src/node_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_version.h b/src/node_version.h index a1ae35cb87..42b53f309e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,13 +23,13 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 14 -#define NODE_MINOR_VERSION 11 -#define NODE_PATCH_VERSION 1 +#define NODE_MINOR_VERSION 12 +#define NODE_PATCH_VERSION 0 #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
