summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-03-07 17:52:52 -0800
committerMyles Borins <mylesborins@google.com>2018-03-07 17:52:52 -0800
commitfed51b3a153fa36fd9c19429c89df7c26b03de7a (patch)
treea170bba7232412b21b20cb35cf303eb9315e4160
parent27ba6e281367d45654613f06df377c8ef97792a2 (diff)
downloadnode-new-fed51b3a153fa36fd9c19429c89df7c26b03de7a.tar.gz
Working on v9.8.1
PR-URL: https://github.com/nodejs/node/pull/19181
-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 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)