Skip to content

Commit 0ae02c9

Browse files
committed
Internalize node_version.h.
With the more detailed node.version changing (every commit), having node_version.h exposed to all modules required a complete recompile each time a commit was made. People can use the javascript interface to get the version.
1 parent 3881455 commit 0ae02c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <node_stdio.h>
2323
#include <node_natives.h>
2424
#include <v8-debug.h>
25+
#include <node_version.h>
2526

2627
using namespace v8;
2728

0 commit comments

Comments
 (0)