From 1894e17d8165b8f88b03f704155400091c07db7b Mon Sep 17 00:00:00 2001 From: Gian-Carlo Pascutto Date: Fri, 8 Dec 2017 12:50:03 +0100 Subject: [PATCH] Bump version number. The noise fixes warrant a new release. --- autogtp/main.cpp | 4 ++-- src/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autogtp/main.cpp b/autogtp/main.cpp index 60bac6726..94f0407a5 100644 --- a/autogtp/main.cpp +++ b/autogtp/main.cpp @@ -33,9 +33,9 @@ #include "Validation.h" #include "Production.h" -constexpr int AUTOGTP_VERSION = 7; +constexpr int AUTOGTP_VERSION = 8; // Minimal Leela Zero version we expect to see -const VersionTuple min_leelaz_version{0, 8}; +const VersionTuple min_leelaz_version{0, 9}; int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); diff --git a/src/config.h b/src/config.h index d78d8ff76..f86226ff3 100644 --- a/src/config.h +++ b/src/config.h @@ -43,7 +43,7 @@ //#define USE_TUNER #define PROGRAM_NAME "Leela Zero" -#define PROGRAM_VERSION "0.8" +#define PROGRAM_VERSION "0.9" // OpenBLAS limitation #if defined(USE_BLAS) && defined(USE_OPENBLAS)