Skip to content

Commit 7e46df6

Browse files
authored
Update engine to version 1.0.2
1 parent 2a5a607 commit 7e46df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/src/constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ const string engineName = "OpenSpielAra";
5656
const string engineName = "ClassicAra";
5757
#endif
5858

59-
const string engineVersion = "1.0.1";
59+
const string engineVersion = "1.0.2";
6060
#ifdef MODE_CRAZYHOUSE
6161
const string engineAuthors = "Johannes Czech, Moritz Willig, Alena Beyer and CrazyAra developers (see AUTHORS file)";
6262
#elif defined MODE_LICHESS
6363
const string engineAuthors = "Johannes Czech, Maximilian Alexander Gehrke and CrazyAra developers (see AUTHORS file)";
6464
#elif defined MODE_XIANGQI
6565
const string engineAuthors = "Johannes Czech, Maximilian Langer and CrazyAra developers (see AUTHORS file)";
6666
#elif defined MODE_STRATEGO
67-
const string engineAuthors = "Johannes Czech, Jannis Blüml and CrazyAra developers (see AUTHORS file)";
67+
const string engineAuthors = "Johannes Czech, Jannis Blüml and CrazyAra developers (see AUTHORS file)";
6868
#elif defined MODE_OPEN_SPIEL
6969
const string engineAuthors = "Johannes Czech and CrazyAra developers (see AUTHORS file)";
7070
#else // MODE_CHESS

0 commit comments

Comments
 (0)