Skip to content

Commit

Permalink
v0.19.0-rc2 -> v0.19.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mooskagh committed Nov 7, 2018
1 parent 33ab285 commit 8b781bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.19.0-rc3 (2018-11-07)
~~~~~~~~~~~

* Fix OpenCL tuner always loading the first saved tuning (#491)
* Do not show warning when ComputeBlocking() takes too much time. (#494)
* Output microseconds in log rather than milliseconds. (#495)
* Add benchmark features (#483)
* Fix EncodePositionForNN test failure (#490)

v0.19.0-rc2 (2018-11-03)
~~~~~~~~~~~

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 "rc2"
#define LC0_VERSION_POSTFIX "rc3"

0 comments on commit 8b781bb

Please sign in to comment.