Skip to content

Commit c4518e3

Browse files
committed
Stockfish 6 Release Candidate 3
- Fix a skill level problem: Don't allow move pruning at root node - Revert "Fix profile build for gcc on Mac OSX". Results for a faster binary in x86-64. - Fix a MSVC warning Bench: 8918745
1 parent d8b3ad2 commit c4518e3

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 = "6 RC2";
34+
const string Version = "6 RC3";
3535

3636
/// Debug counters
3737
int64_t hits[2], means[2];

0 commit comments

Comments
 (0)