From e2538623d3aa92f3dca88519dbf8c9ca94e3b964 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Mon, 30 May 2016 21:01:27 +0200 Subject: [PATCH] DroidFish: Changed stockfish engine name to 2016-05-28 to match date of last commit. --- DroidFish/jni/stockfish/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DroidFish/jni/stockfish/misc.cpp b/DroidFish/jni/stockfish/misc.cpp index 197466c..6f1c519 100644 --- a/DroidFish/jni/stockfish/misc.cpp +++ b/DroidFish/jni/stockfish/misc.cpp @@ -32,7 +32,7 @@ namespace { /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in engine_info. -const string Version = "2016-05-21"; +const string Version = "2016-05-28"; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We