Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
The noise fixes warrant a new release.
  • Loading branch information
gcp committed Dec 8, 2017
1 parent 57b271b commit 1894e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autogtp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1894e17

Please sign in to comment.