Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stixpjr/cpu_check
Browse files Browse the repository at this point in the history
  • Loading branch information
stixpjr committed Nov 16, 2018
2 parents e1794d5 + 7c208d4 commit 14c438e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.h.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define cpu_check_VERSION @cpu_check_VERSION@
#define cpu_check_VERSION "@cpu_check_VERSION@"
2 changes: 1 addition & 1 deletion cpu_check.cc
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ void Worker::Run() {
}

int main(int argc, char **argv) {
LOG(INFO) << "Starting " << argv[0];
LOG(INFO) << "Starting " << argv[0] << " version " cpu_check_VERSION;
std::vector<std::thread *> tids;
std::vector<Worker *> workers;
std::vector<std::string> words = ReadDict();
Expand Down

0 comments on commit 14c438e

Please sign in to comment.