summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2018-06-12 18:39:36 -0500
committerEvan Lucas <evanlucas@me.com>2018-06-12 18:39:36 -0500
commit2458074826b73577440335078289c7d7e0738f65 (patch)
tree56eb802bda71b416fbecd65227fd7e2384b9caa1
parentb5339ff549fcd7ff7f228d00d0ff79b78a347dc6 (diff)
downloadnode-new-v9.x.tar.gz
Working on v9.11.3v9.x
PR-URL: https://github.com/nodejs-private/node-private/pull/135
-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 b338e57264..f7e0b7b10b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 9
#define NODE_MINOR_VERSION 11
-#define NODE_PATCH_VERSION 2
+#define NODE_PATCH_VERSION 3
#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)