Skip to content

Commit

Permalink
Version number upgraded to [v4.1.2].
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamon committed Jun 22, 2017
1 parent b218ebc commit 9642d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.1.2 (22/06/2017)
- Missing thread library added to cmake.
- Linux version corrected.

4.1.1 (17/06/2017)
- Pre-allocation error codes returned (windows version).

Expand Down
2 changes: 1 addition & 1 deletion gpuPlotGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

int main(int p_argc, char* p_argv[]) {
std::cout << "-------------------------" << std::endl;
std::cout << "GPU plot generator v4.1.1" << std::endl;
std::cout << "GPU plot generator v4.1.2" << std::endl;
std::cout << "-------------------------" << std::endl;
std::cout << "Author: Cryo" << std::endl;
std::cout << "Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD" << std::endl;
Expand Down

0 comments on commit 9642d49

Please sign in to comment.