Skip to content

Commit

Permalink
Upgrade to v0.9 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
killerducky authored May 9, 2018
1 parent 131103b commit fd182c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/src/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func getExtraParams() map[string]string {
return map[string]string{
"user": *USER,
"password": *PASSWORD,
"version": "8",
"version": "9",
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static constexpr int SELFCHECK_PROBABILITY = 2000;
static constexpr int SELFCHECK_MIN_EXPANSIONS = 2'000'000;
#define USE_TUNER

#define PROGRAM_VERSION "v0.8"
#define PROGRAM_VERSION "v0.9"

// OpenBLAS limitation
#if defined(USE_BLAS) && defined(USE_OPENBLAS)
Expand Down

0 comments on commit fd182c4

Please sign in to comment.