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 b018b9f commit e41def5Copy full SHA for e41def5
changelog.txt
@@ -1,3 +1,12 @@
1
+v0.18.0-rc2 (2018-09-26)
2
+~~~~~~~~~~~
3
+
4
+* Severe bug fixed: Race condition when out-of-order-eval was enabled (and it
5
+ was enabled by default)
6
7
+* Windows 32-bit builds are now possible (CPU only for now)
8
9
10
v0.18.0-rc1 (2018-09-24)
11
~~~~~~~~~~~
12
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 18
#define LC0_VERSION_PATCH 0
-#define LC0_VERSION_POSTFIX "rc1"
+#define LC0_VERSION_POSTFIX "rc2"
0 commit comments