We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66f69e commit a0396f2Copy full SHA for a0396f2
changelog.txt
@@ -1,3 +1,9 @@
1
+v0.18.1 (2018-10-02)
2
+~~~~~~~
3
+
4
+* Fix for falling into threefold repetition in a winning endgame tablebase position.
5
6
7
v0.18.0 (2018-09-30)
8
~~~~~~~
9
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
-#define LC0_VERSION_MINOR 19
-#define LC0_VERSION_PATCH 0
-#define LC0_VERSION_POSTFIX "dev"
+#define LC0_VERSION_MINOR 18
+#define LC0_VERSION_PATCH 1
+#define LC0_VERSION_POSTFIX ""
0 commit comments