Skip to content

Commit

Permalink
v0.19.0-rc4 -> v0.19.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
mooskagh committed Nov 17, 2018
1 parent 9a578b7 commit 364a65d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 364a65d

Please sign in to comment.