summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-12-08 10:54:29 -0500
committerMyles Borins <mylesborins@google.com>2017-12-08 10:54:29 -0500
commit113674181d241958e24c8c9c9bf9f595e57d03fd (patch)
treeae1259a6daeeae883165fe6ae152bd8e66a1f53a /src
parent381f5ec383dbb164cf3edd1a9de1811cf1cfdc65 (diff)
downloadnode-new-113674181d241958e24c8c9c9bf9f595e57d03fd.tar.gz
Working on v6.12.3
PR-URL: https://github.com/nodejs/node/pull/17533
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 b8befa6412..da16d06d2f 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 2
+#define NODE_PATCH_VERSION 3
#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)