Skip to content

Commit

Permalink
Merge pull request #579 from killerducky/v10
Browse files Browse the repository at this point in the history
Upgrade to v0.10
  • Loading branch information
killerducky authored May 11, 2018
2 parents 3bba227 + 46706bf commit 263d0b3
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": "9",
"version": "10",
}
}

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.9"
#define PROGRAM_VERSION "v0.10"

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

0 comments on commit 263d0b3

Please sign in to comment.