summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-07-03 15:51:29 +0200
committerMichaël Zasso <targos@protonmail.com>2019-07-03 15:51:29 +0200
commitd1ae8586586e1385891bbb53c23625100b34d1e3 (patch)
tree6367e2b7020e4ca1415bb5243fb2d51e0f94a1e2 /src
parente71a0f4d5faa4ad77887fbb3fff0ddb7bca6942e (diff)
downloadandroid-node-v8-d1ae8586586e1385891bbb53c23625100b34d1e3.tar.gz
android-node-v8-d1ae8586586e1385891bbb53c23625100b34d1e3.tar.bz2
android-node-v8-d1ae8586586e1385891bbb53c23625100b34d1e3.zip
Working on v12.6.1
PR-URL: https://github.com/nodejs/node/pull/28508
Diffstat (limited to 'src')
-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 46f92e1b83..9d37c02eb5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#define NODE_MINOR_VERSION 6
-#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)