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 78e5754 commit 0953870Copy full SHA for 0953870
changelog.txt
@@ -1,4 +1,9 @@
1
-v0.21.2-rc3 (2019-06-08)
+v0.21.2 (2019-06-09)
2
+~~~~~~~
3
+
4
+* Divide by a slightly smaller divisor to truncate to +/-12800. (#880)
5
6
+v0.21.2-rc3 (2019-06-08)
7
~~~~~~~~~~~
8
9
* Centipawn conversion (#860)
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 21
#define LC0_VERSION_PATCH 2
-#define LC0_VERSION_POSTFIX "rc3"
+#define LC0_VERSION_POSTFIX ""
0 commit comments