diff options
| author | Myles Borins <mylesborins@google.com> | 2019-12-17 17:03:33 -0500 |
|---|---|---|
| committer | Myles Borins <mylesborins@google.com> | 2019-12-17 17:03:33 -0500 |
| commit | f85ec19b4621c8d88b2a5d671502d70c3205242a (patch) | |
| tree | 2b283e7d6fddbc86459eca31251fc1c0734c1a96 | |
| parent | 456bc88c2a16d595e25d5f48ada9646bf21464eb (diff) | |
| download | node-new-v8.x.tar.gz | |
Working on v8.17.1v8.x
PR-URL: https://github.com/nodejs/node/pull/30941
| -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 d227c1e4c4..36ef882f0c 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,12 +24,12 @@ #define NODE_MAJOR_VERSION 8 #define NODE_MINOR_VERSION 17 -#define NODE_PATCH_VERSION 0 +#define NODE_PATCH_VERSION 1 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Carbon" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
