Skip to content

Commit

Permalink
v0.20.1 -> v0.20.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mooskagh committed Jan 27, 2019
1 parent 02f1f5d commit f7659ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.20.2-rc1 (2019-01-27)
~~~~~~~~~~~

* no terminal multivisits (#683)
* better fix for issue 651 (#693)
* Changed output of --help flag to stdout rather than stderr (#687)
* Movegen speedup via magic bitboards (#640)
* modify default benchmark setting to run for 10 seconds (#681)
* Fix incorrect index in OpenCL Winograd output transform (#676)
* Update OpenCL (#655)

v0.20.1 (2019-01-07)
~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions 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 20
#define LC0_VERSION_PATCH 1
#define LC0_VERSION_POSTFIX ""
#define LC0_VERSION_PATCH 2
#define LC0_VERSION_POSTFIX "rc1"

0 comments on commit f7659ae

Please sign in to comment.