inc stockfish.pexe version

pull/2676/head
Niklas Fiekas 2017-02-13 15:39:19 +01:00
parent d0d4218331
commit cca54d4b32
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = function(opts) {
var pool = makePool(stockfishProtocol, {
asmjs: '/assets/vendor/stockfish.js/stockfish.js?v=10',
pnacl: pnaclSupported && '/assets/vendor/stockfish.pexe/nacl/stockfish.nmf?v=10',
pnacl: pnaclSupported && '/assets/vendor/stockfish.pexe/nacl/stockfish.nmf?v=11',
onCrash: opts.onCrash
}, {
minDepth: minDepth,