Skip to content

Commit

Permalink
Stockfish 7
Browse files Browse the repository at this point in the history
Bench: 8355485

No functional change
  • Loading branch information
zamar committed Jan 2, 2016
1 parent d4af15f commit dd9cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.cpp
Expand Up @@ -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.
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
Expand Down

0 comments on commit dd9cf30

Please sign in to comment.