Skip to content

Commit

Permalink
Version upgraded to [v4.1.3].
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamon committed Jun 23, 2017
1 parent 41b8d1c commit cd72747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
4.1.3 (23/06/2017)
- C++11 features activated in the CMake build system (CentOS support).

4.1.2 (22/06/2017)
- Missing thread library added to cmake.
- Linux version corrected.
Expand Down
2 changes: 1 addition & 1 deletion gpuPlotGenerator.cpp
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.2" << std::endl;
std::cout << "GPU plot generator v4.1.3" << std::endl;
std::cout << "-------------------------" << std::endl;
std::cout << "Author: Cryo" << std::endl;
std::cout << "Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD" << std::endl;
Expand Down

0 comments on commit cd72747

Please sign in to comment.