Skip to content

Commit a5c76d6

Browse files
committed
Stockfish 7 Beta 1
Bench: 8355485 No functional change
1 parent 1b5b900 commit a5c76d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace {
3131

3232
/// Version number. If Version is left empty, then compile date in the format
3333
/// DD-MM-YY and show in engine_info.
34-
const string Version = "";
34+
const string Version = "7Beta1";
3535

3636
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
3737
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We

0 commit comments

Comments
 (0)