we use stockfish master, not stockfish 8

pull/3701/head
Thibault Duplessis 2017-10-15 15:57:19 -05:00
parent 964e543adf
commit 3f0484228b
2 changed files with 4 additions and 4 deletions

View File

@ -69,10 +69,10 @@ description = "All of lichess features are free for all and forever. We do it fo
<a href="@routes.Page.variantHome">9 Chess variants (Crazyhouse, Chess960, Horde, ...)</a>
}
@tr(custom("30 per day")) {
Deep Stockfish 8 server analysis
Deep Stockfish 8+ server analysis
}
@tr(unlimited) {
Instant local Stockfish 8 analysis
Instant local Stockfish 8+ analysis
}
@tr(unlimited) {
<a href="https://lichess.org/blog/WN-gLzAAAKlI89Xn/thousands-of-stockfish-analysers">Cloud engine analysis</a>
@ -140,7 +140,7 @@ description = "All of lichess features are free for all and forever. We do it fo
<a href="@routes.Tournament.home(1)">Arena tournaments</a>
}
@tr(check) {
Board editor and analysis board with Stockfish 8
Board editor and analysis board with Stockfish 8+
}
@tr(unlimited) {
<a href="@routes.Puzzle.home">Tactics puzzles</a>

View File

@ -1,6 +1,6 @@
var lichess = window.lichess = window.lichess || {};
lichess.engineName = 'Stockfish 8';
lichess.engineName = 'Stockfish 8+';
lichess.raf = (window.requestAnimationFrame || window.setTimeout).bind(window);
lichess.requestIdleCallback = (window.requestIdleCallback || window.setTimeout).bind(window);