Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bench: 9449650
  • Loading branch information
crippa1337 committed Aug 25, 2023
1 parent c7349a8 commit f7fd183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/uci/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Default for UCIOptions {
}

fn id() {
println!("id name Svart 5.4");
println!("id name Svart 6");
println!("id author Cristopher Torgrip");
}

Expand Down
5 changes: 5 additions & 0 deletions info/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,8 @@ Update best move in asp. window fail high
GAMES | N: 5288 W: 1525 L: 1351 D: 2412

====================================================================================
Release 6 [25 August]

Implements SMP.

====================================================================================

0 comments on commit f7fd183

Please sign in to comment.