Skip to content

Commit

Permalink
Stockfish 6 Release Candidate 2
Browse files Browse the repository at this point in the history
- Fix a compilation issue related to BMI2 PEXT instruction
- Retrieve a ponder move from TT if PV is only one move long

Bench: 8080602

No functional change
  • Loading branch information
zamar committed Jan 24, 2015
1 parent 54b5b52 commit 5154ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.cpp
Expand Up @@ -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 = "6 RC1";
const string Version = "6 RC2";

/// Debug counters
int64_t hits[2], means[2];
Expand Down

0 comments on commit 5154ac9

Please sign in to comment.