Skip to content

Commit a0396f2

Browse files
borg323Tilps
authored andcommitted
Change version to 0.18.1 and update changelog.txt (#411)
* Change version to 0.18.1 and update changelog.txt * Update changelog.txt
1 parent f66f69e commit a0396f2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.18.1 (2018-10-02)
2+
~~~~~~~
3+
4+
* Fix for falling into threefold repetition in a winning endgame tablebase position.
5+
6+
17
v0.18.0 (2018-09-30)
28
~~~~~~~
39

src/version.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define LC0_VERSION_MAJOR 0
2-
#define LC0_VERSION_MINOR 19
3-
#define LC0_VERSION_PATCH 0
4-
#define LC0_VERSION_POSTFIX "dev"
2+
#define LC0_VERSION_MINOR 18
3+
#define LC0_VERSION_PATCH 1
4+
#define LC0_VERSION_POSTFIX ""

0 commit comments

Comments
 (0)