summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-09-26 01:08:31 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-26 01:08:31 +0200
commitacd08fdce578fc94d4b18e06db3473fac5601da4 (patch)
tree12b8a8d929b9d04c095e1d7c9b30e85446a50590
parentb50c01c032b6fce5b2d2e370c9c23e31b8d656c9 (diff)
downloadnode-new-acd08fdce578fc94d4b18e06db3473fac5601da4.tar.gz
Working on v12.11.0
PR-URL: https://github.com/nodejs/node/pull/29695
-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 7321fcf847..87f22c0cf2 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#define NODE_MINOR_VERSION 11
-#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)