]> git.sesse.net Git - stockfish/commitdiff
Stockfish 7 Beta 2
authorJoona Kiiski <joona@zoox.com>
Wed, 30 Dec 2015 11:32:45 +0000 (11:32 +0000)
committerJoona Kiiski <joona@zoox.com>
Wed, 30 Dec 2015 11:32:45 +0000 (11:32 +0000)
Bench: 8355485

No functional change

src/misc.cpp

index 54209f641bdc599342a104aacbf626929bb7544f..4d665b624a0bacccaad32ff919870383eb2bf469 100644 (file)
@@ -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 = "7Beta1";
+const string Version = "7Beta2";
 
 /// 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