From 422c1a357736d913f733fd1b67f37cc27cde2d78 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 5 Apr 2017 01:34:17 +0000 Subject: [PATCH] V8 5.7. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3398 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- tools/update-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-deps b/tools/update-deps index 8095c93b..6ed6b004 100755 --- a/tools/update-deps +++ b/tools/update-deps @@ -25,7 +25,7 @@ kUvBranch = 'v1.10.1' kUvWork = 'uv' kV8Repository = 'https://github.com/v8/v8.git' -kV8Branch = 'branch-heads/5.6' +kV8Branch = 'branch-heads/5.7' kV8Work = 'v8' cores = multiprocessing.cpu_count()