diff options
author | Myles Borins <mylesborins@google.com> | 2018-03-07 17:52:52 -0800 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-03-07 17:52:52 -0800 |
commit | fed51b3a153fa36fd9c19429c89df7c26b03de7a (patch) | |
tree | a170bba7232412b21b20cb35cf303eb9315e4160 | |
parent | 27ba6e281367d45654613f06df377c8ef97792a2 (diff) | |
download | node-new-fed51b3a153fa36fd9c19429c89df7c26b03de7a.tar.gz |
Working on v9.8.1
PR-URL: https://github.com/nodejs/node/pull/19181
-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 6cffbaa259..804fb451ae 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,12 +24,12 @@ #define NODE_MAJOR_VERSION 9 #define NODE_MINOR_VERSION 8 -#define NODE_PATCH_VERSION 0 +#define NODE_PATCH_VERSION 1 #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |