From 7d34e7bf84abd4ba28037eb5d15986c5ba34d88d Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Tue, 22 Dec 2009 22:11:10 +0100 Subject: [PATCH] Stockfish 1.6 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 1cc752a3..4f85f2a0 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -50,7 +50,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 = "1.6_rc1"; +static const string EngineVersion = "1.6"; static const string AppName = "Stockfish"; static const string AppTag = ""; -- 2.39.2