summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-03-28 12:12:33 -0400
committerMyles Borins <mylesborins@google.com>2018-03-28 12:12:33 -0400
commit3dae7dfbbe7bd2749d5d74891211101dd2c370e3 (patch)
treecfdf0ee62527053ee27af3d08cd8e79e0cbf1e83
parent8f73cff17b58d7e98c68b4814d68786c60b94d09 (diff)
downloadnode-new-3dae7dfbbe7bd2749d5d74891211101dd2c370e3.tar.gz
Working on v4.9.1
PR-URL: https://github.com/nodejs-private/node-private/pull/110
-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 7f059cbb6a..b13d6ee4f3 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 9
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Argon"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)