From 9f3c7ded5c5e44e8a5125d89048ad62b4c36226d Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Fri, 31 Dec 2010 11:50:05 +0100 Subject: [PATCH] Stockfish 2.0 stockfish bench signature is: 7224363 Signed-off-by: Marco Costalba --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 72f93c5e..c7e42803 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -58,7 +58,7 @@ using namespace std; /// Version number. If this is left empty, the current date (in the format /// YYMMDD) is used as a version number. -static const string EngineVersion = ""; +static const string EngineVersion = "2.0"; static const string AppName = "Stockfish"; static const string AppTag = ""; -- 2.39.2