projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23f608
)
Working on v4.3.3
author
Myles Borins
<mborins@us.ibm.com>
Wed, 2 Mar 2016 21:35:28 +0000
(13:35 -0800)
committer
Myles Borins
<mborins@us.ibm.com>
Wed, 2 Mar 2016 21:35:28 +0000
(13:35 -0800)
PR-URL: https://github.com/nodejs/node/pull/5526
src/node_version.h
patch
|
blob
|
history
diff --git
a/src/node_version.h
b/src/node_version.h
index e9010103505f5960638f86aea1f155cebe60fe3b..b8b6da3d6bd62a1b5f2299e0f0c7143dd4d54e8d 100644
(file)
--- a/
src/node_version.h
+++ b/
src/node_version.h
@@
-3,12
+3,12
@@
#define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION
2
+#define NODE_PATCH_VERSION
3
#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)