Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-04-11 20:48:18 +0300
committerMyles Borins <mborins@us.ibm.com>2016-04-12 21:44:24 +0300
commitd7f2bc9a71d0c2af5a362f8d6ea995c56dbfbd7a (patch)
treec24145420e94384e9622516eb0edf9553d9dc6f4 /src/node_version.h
parent9a33f43f739d7246e8d2efa087defa8306c9d1e8 (diff)
2016-04-12, Version 4.4.3 'Argon' (LTS)v4.4.3
Notable Changes: deps: - Fix `--gdbjit` for embedders. Backported from v8 upstream. (Ben Noordhuis) https://github.com/nodejs/node/pull/5577 etw: - Correctly display descriptors for ETW events 9 and 23 on the windows platform. (João Reis) https://github.com/nodejs/node/pull/5742 querystring: - Restore throw when attempting to stringify bad surrogate pair. (Brian White) https://github.com/nodejs/node/pull/5858
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 5707ca00f7d..b906aaec6c8 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -8,7 +8,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Argon"
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)