Update node to v0.10.18.

This commit is contained in:
Cheng Zhao 2013-09-05 15:15:13 +08:00
parent bf4756fdfb
commit aad0c8e996
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ TARGET_PLATFORM = {
}[sys.platform]
ATOM_SHELL_VRESION = get_atom_shell_version()
NODE_VERSION = 'v0.10.15'
NODE_VERSION = 'v0.10.18'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release')