summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelley Vohr <shelley.vohr@gmail.com>2019-04-30 08:21:46 -0700
committerShelley Vohr <shelley.vohr@gmail.com>2019-04-30 08:21:46 -0700
commitf607e169612ff60a00f456f3c698a6b41792a8f5 (patch)
treea134b77d3bbb4a00f1984076fe8cc09a0d6143e0
parente65a904f111276c244ab5ab1ee35f6ba27b1fd52 (diff)
downloadnode-new-v11.x-staging.tar.gz
Working on v11.15.1v11.x-stagingv11.x
PR-URL: https://github.com/nodejs/node/pull/27314
-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 95e75c1682..b4d2a297df 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 11
#define NODE_MINOR_VERSION 15
-#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)