Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <myles.borins@gmail.com>2019-10-23 10:40:22 +0300
committerMichaƫl Zasso <targos@protonmail.com>2019-10-23 12:22:35 +0300
commitbdc09c63e6ee9208ebab7e77ac513705263bbd9a (patch)
tree5ef538c50bf28b2199b4ee4f245b6996cfdbfdf7 /src/node_version.h
parent2f3697659472f49c10a97dd6dc3aa9a006c3fe59 (diff)
2019-10-23, Version 13.0.1 (Current)v13.0.1
Notable changes: * deps: * Fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x. https://github.com/nodejs/node/pull/30079 * esm: * Changed file extension resolution order of `--es-module-specifier-resolution=node`to match that of the CommonJS loader. https://github.com/nodejs/node/pull/29974 PR-URL: https://github.com/nodejs/node/pull/30081
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index e15bef4f4ff..138a7b51b9c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)