Skip to content

Commit e41def5

Browse files
authored
Version bump to 0.18.0-rc2 (#393)
1 parent b018b9f commit e41def5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.18.0-rc2 (2018-09-26)
2+
~~~~~~~~~~~
3+
4+
* Severe bug fixed: Race condition when out-of-order-eval was enabled (and it
5+
was enabled by default)
6+
7+
* Windows 32-bit builds are now possible (CPU only for now)
8+
9+
110
v0.18.0-rc1 (2018-09-24)
211
~~~~~~~~~~~
312

src/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define LC0_VERSION_MAJOR 0
22
#define LC0_VERSION_MINOR 18
33
#define LC0_VERSION_PATCH 0
4-
#define LC0_VERSION_POSTFIX "rc1"
4+
#define LC0_VERSION_POSTFIX "rc2"

0 commit comments

Comments
 (0)