Use v8 5.5.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3349 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2016-12-04 13:24:54 +00:00
parent b27fd90656
commit f80fcbdd2e

View File

@ -25,7 +25,7 @@ kUvBranch = 'v1.9.1'
kUvWork = 'uv'
kV8Repository = 'https://github.com/v8/v8.git'
kV8Branch = 'branch-heads/5.3'
kV8Branch = 'branch-heads/5.5'
kV8Work = 'v8'
cores = multiprocessing.cpu_count()