summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-12-08 10:49:52 -0500
committerMyles Borins <mylesborins@google.com>2017-12-08 10:49:52 -0500
commitb39ba55a4b9115a1744c40e1faf26e602fe1772b (patch)
tree3af4b209746accb878ab184356405aa1b9575c13
parente6ea634901bd4c04ca1d87f642d992831ac8fb00 (diff)
downloadnode-new-b39ba55a4b9115a1744c40e1faf26e602fe1772b.tar.gz
Working on v4.8.8
PR-URL: https://github.com/nodejs/node/pull/17534
-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 1e8689ac11..c3abc5b985 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 7
+#define NODE_PATCH_VERSION 8
#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)