Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Mar 24, 2018
1 parent 51bb2ef commit 97c2f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion autogtp/Management.h
Expand Up @@ -30,7 +30,8 @@
#include <stdexcept>
#include "Worker.h"

constexpr int AUTOGTP_VERSION = 14;
constexpr int AUTOGTP_VERSION = 15;

class Management : public QObject {
Q_OBJECT
public:
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Expand Up @@ -79,7 +79,7 @@
//#define USE_TUNER

#define PROGRAM_NAME "Leela Zero"
#define PROGRAM_VERSION "0.12"
#define PROGRAM_VERSION "0.13"

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

0 comments on commit 97c2f81

Please sign in to comment.