summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-09-04 20:03:29 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-04 20:03:29 +0200
commitb143a87e9bb99f7f2e33be7abd37c809e9a1e9fb (patch)
treef263f98ad2f519a0ec7c6b25100b9cc871e0b002
parent3a2e75d9a5c31d20e429d505b82dd182e33f459a (diff)
downloadnode-new-v12.10.0-proposal.tar.gz
Working on v12.10.1v12.10.0-proposal
PR-URL: https://github.com/nodejs/node/pull/29429
-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 5a89e5b257..8f2ff3b4a3 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#define NODE_MINOR_VERSION 10
-#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)