Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Apr 4, 2019
1 parent f664191 commit 3f29788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogtp/Management.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <stdexcept>
#include "Worker.h"

constexpr int AUTOGTP_VERSION = 17;
constexpr int AUTOGTP_VERSION = 18;

class Management : public QObject {
Q_OBJECT
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static constexpr auto KOMI = 7.5f;
//#define USE_TUNER

static constexpr auto PROGRAM_NAME = "Leela Zero";
static constexpr auto PROGRAM_VERSION = "0.16";
static constexpr auto PROGRAM_VERSION = "0.17";

/*
* OpenBLAS limitation: the default configuration on some Linuxes
Expand Down

0 comments on commit 3f29788

Please sign in to comment.