Skip to content

Commit

Permalink
2018-02-13 Version 8.10.0 'Carbon' (LTS)
Browse files Browse the repository at this point in the history
PR-URL: #18336
  • Loading branch information
gibfahn committed Feb 19, 2018
1 parent f99aba1 commit 9ee7808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 8
#define NODE_MINOR_VERSION 9
#define NODE_PATCH_VERSION 5
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Carbon"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 9ee7808

Please sign in to comment.