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.
pull/23362/head
Ryan Dahl 2009-10-09 17:47:04 +02:00
parent 388145546d
commit 0ae02c9f04
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <node_stdio.h>
#include <node_natives.h>
#include <v8-debug.h>
#include <node_version.h>
using namespace v8;