From e41def5dad736a5f0331c8b942d37238c302f44e Mon Sep 17 00:00:00 2001 From: Alexander Lyashuk Date: Wed, 26 Sep 2018 22:53:24 +0200 Subject: [PATCH] Version bump to 0.18.0-rc2 (#393) --- changelog.txt | 9 +++++++++ src/version.inc | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 82d7910235..bdd78aca6f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +v0.18.0-rc2 (2018-09-26) +~~~~~~~~~~~ + +* Severe bug fixed: Race condition when out-of-order-eval was enabled (and it + was enabled by default) + +* Windows 32-bit builds are now possible (CPU only for now) + + v0.18.0-rc1 (2018-09-24) ~~~~~~~~~~~ diff --git a/src/version.inc b/src/version.inc index 7ccf95b589..6db11e626a 100644 --- a/src/version.inc +++ b/src/version.inc @@ -1,4 +1,4 @@ #define LC0_VERSION_MAJOR 0 #define LC0_VERSION_MINOR 18 #define LC0_VERSION_PATCH 0 -#define LC0_VERSION_POSTFIX "rc1" +#define LC0_VERSION_POSTFIX "rc2"