diff --git a/changelog.txt b/changelog.txt index 7ae0d60941..65b9b52d9f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +v0.19.0-rc5 (2018-11-17) +~~~~~~~~~~~ + +* OpenCL: replace thread_local with a resource pool. (#516) +* optional wtime and btime (#515) +* Make convolve1 work with workgroup size of 128 (#514) +* adjust average depth calculation for multivisits (#510) + v0.19.0-rc4 (2018-11-12) ~~~~~~~~~~~ diff --git a/src/version.inc b/src/version.inc index 72983fee81..d5a23d3377 100644 --- a/src/version.inc +++ b/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 "rc4" +#define LC0_VERSION_POSTFIX "rc5"