]> git.sesse.net Git - stockfish/commitdiff
Stockfish 7
authorJoona Kiiski <joona@zoox.com>
Sat, 2 Jan 2016 20:26:02 +0000 (20:26 +0000)
committerJoona Kiiski <joona@zoox.com>
Sat, 2 Jan 2016 20:26:02 +0000 (20:26 +0000)
Bench: 8355485

No functional change

src/misc.cpp

index 30cfb415c1d5d07364ba096ab9ac03e38ddcecab..551a510819b3bc8b72d06b3d1229cb8bf5da2dd8 100644 (file)
@@ -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.
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
-const string Version = "7Beta2";
+const string Version = "7";
 
 /// 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
 
 /// 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