Bump node version to v0.11.9.

This commit is contained in:
Cheng Zhao 2013-12-16 14:52:15 +08:00
parent 4e4e316005
commit d3416e2873
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ TARGET_PLATFORM = {
ATOM_SHELL_REPO = 'atom/atom-shell'
ATOM_SHELL_VRESION = get_atom_shell_version()
NODE_VERSION = 'v0.10.18'
NODE_VERSION = 'v0.11.9'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release')