Browse Source

Working on v4.8.4

PR-URL:  PR-URL: https://github.com/nodejs/node/pull/12499
v4.x
Myles Borins 8 years ago
parent
commit
681cebb982
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 4
      src/node_version.h

4
src/node_version.h

@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 4 #define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 8 #define NODE_MINOR_VERSION 8
#define NODE_PATCH_VERSION 3 #define NODE_PATCH_VERSION 4
#define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Argon" #define NODE_VERSION_LTS_CODENAME "Argon"
#define NODE_VERSION_IS_RELEASE 1 #define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY #ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Loading…
Cancel
Save