summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2017-10-25 17:25:48 -0400
committercjihrig <cjihrig@gmail.com>2017-10-25 17:25:48 -0400
commit4359a93cc9462362ec2ae73189c92521fa386906 (patch)
tree9aff662d9c17f94c240babc9d6308b77290e55b6 /src/node_version.h
parentdc6bbb44daec5584a0fbd37f0916baeff3202dba (diff)
downloadnode-new-4359a93cc9462362ec2ae73189c92521fa386906.tar.gz
Working on v8.8.2
PR-URL: https://github.com/nodejs/node/pull/16498 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 4179e2c141..ea9547137b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 8
#define NODE_MINOR_VERSION 8
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)