From 97a034ad3e8b25f0e8e1dd03d31f4689180f7547 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sat, 17 Jan 2015 23:19:18 +0000 Subject: [PATCH] Stockfish 6 Release Candidate 1 Bench: 8080602 No functional change Resolves #218 --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 656b3155..9dbbe48a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -31,7 +31,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 = ""; +const string Version = "6 RC1"; /// Debug counters int64_t hits[2], means[2]; -- 2.39.2