summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <myles.borins@gmail.com>2017-12-05 09:03:16 -0500
committerMyles Borins <myles.borins@gmail.com>2017-12-05 09:03:16 -0500
commit157d4b11c5a7302fea9c2647a7c41caa3fc4568b (patch)
tree2d7a76a275c4c2da8889542d11ee095875d3af41 /src
parent4a99c2bf858e91db6197541368d556e7d99ef507 (diff)
downloadnode-new-157d4b11c5a7302fea9c2647a7c41caa3fc4568b.tar.gz
Working on v6.12.2
PR-URL: https://github.com/nodejs/node/pull/17180
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 1d51dd2660..f5a9ddf846 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 6
#define NODE_MINOR_VERSION 12
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)