Skip to content
Snippets Groups Projects
Commit 98446927 authored by Myles Borins's avatar Myles Borins
Browse files

Working on v6.9.4

PR-URL: https://github.com/nodejs/node/pull/10394
parent 42149d73
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 6
#define NODE_MINOR_VERSION 9
#define NODE_PATCH_VERSION 3
#define NODE_PATCH_VERSION 4
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
#define NODE_VERSION_IS_RELEASE 1
#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment