From: Joona Kiiski Date: Sat, 17 Jan 2015 23:19:18 +0000 (+0000) Subject: Stockfish 6 Release Candidate 1 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=97a034ad3e8b25f0e8e1dd03d31f4689180f7547 Stockfish 6 Release Candidate 1 Bench: 8080602 No functional change Resolves #218 --- 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];