Skip to content

Commit

Permalink
Version number upgraded to v4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamon committed May 2, 2018
1 parent a7bd501 commit 130aaa9
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.2.0 (02/05/2018)
- Add native support for POC2 plots files generation.
- CMake OpenCL detection corrected.

4.1.4 (08/01/2018)
- Fix preallocation call for mac (thanks to cosminonea).
- Console stream properly flushed (thanks to cosminonea).
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.4" << std::endl;
std::cout << "GPU plot generator v4.2.0" << std::endl;
std::cout << "-------------------------" << std::endl;
std::cout << "Author: Cryo" << std::endl;
std::cout << "Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD" << std::endl;
Expand Down

0 comments on commit 130aaa9

Please sign in to comment.