diff options
author | Myles Borins <mylesborins@google.com> | 2017-11-07 12:15:13 -0500 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-11-07 12:15:13 -0500 |
commit | a7c4fabf6a4a15c5120d996c5c0e6e09e2c2283a (patch) | |
tree | 018a07cf51222e62173311030a68a6d8dc7362f5 | |
parent | 449d60df1c11935d50e30bcad2a9ff4f5b4e955b (diff) | |
download | node-new-a7c4fabf6a4a15c5120d996c5c0e6e09e2c2283a.tar.gz |
Working on v4.8.7
PR-URL: https://github.com/nodejs/node/pull/16500
-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 01f78a2d07..01c00e5c96 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -3,12 +3,12 @@ #define NODE_MAJOR_VERSION 4 #define NODE_MINOR_VERSION 8 -#define NODE_PATCH_VERSION 6 +#define NODE_PATCH_VERSION 7 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |