Skip to content

Commit

Permalink
Update engine to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit authored Aug 8, 2022
1 parent 2a5a607 commit 7e46df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ const string engineName = "OpenSpielAra";
const string engineName = "ClassicAra";
#endif

const string engineVersion = "1.0.1";
const string engineVersion = "1.0.2";
#ifdef MODE_CRAZYHOUSE
const string engineAuthors = "Johannes Czech, Moritz Willig, Alena Beyer and CrazyAra developers (see AUTHORS file)";
#elif defined MODE_LICHESS
const string engineAuthors = "Johannes Czech, Maximilian Alexander Gehrke and CrazyAra developers (see AUTHORS file)";
#elif defined MODE_XIANGQI
const string engineAuthors = "Johannes Czech, Maximilian Langer and CrazyAra developers (see AUTHORS file)";
#elif defined MODE_STRATEGO
const string engineAuthors = "Johannes Czech, Jannis Blüml and CrazyAra developers (see AUTHORS file)";
const string engineAuthors = "Johannes Czech, Jannis Blüml and CrazyAra developers (see AUTHORS file)";
#elif defined MODE_OPEN_SPIEL
const string engineAuthors = "Johannes Czech and CrazyAra developers (see AUTHORS file)";
#else // MODE_CHESS
Expand Down

0 comments on commit 7e46df6

Please sign in to comment.