Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bjia56/cosmotop
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Feb 1, 2025
2 parents ce5b017 + 7062d87 commit bf60f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@ Unless otherwise stated, the code in this repository is licensed under Apache-2.
- [**range-v3**](https://github.com/ericniebler/range-v3): Boost Software License, MIT, etc.
- [**cpp-httplib**](https://github.com/yhirose/cpp-httplib): MIT
- [**LibreHardwareMonitor**](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor), [**CppExport**](https://github.com/bjia56/LHM-CppExport), and dependencies: MPL-2.0, Apache-2.0
- [**rocm_smi_lib**](https://github.com/ROCm/rocm_smi_lib): MIT

For the most up to date list of licenses included in `cosmotop` release builds, run `cosmotop.exe --licenses`.
2 changes: 1 addition & 1 deletion src/cosmotop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace Global {
{"#062c43", "██████╗ ██████║ ██████║ ██║ ██║ ██████║ ██║ ██████║ ██║"},
{"#000000", "╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "0.4.1";
const string Version = "0.5.0";

int coreCount;
string overlay;
Expand Down

0 comments on commit bf60f26

Please sign in to comment.