Skip to content

Commit

Permalink
Merge pull request #39 from narugit/feature/update_ver_0.5.0
Browse files Browse the repository at this point in the history
feat: update to 0.5.0
  • Loading branch information
narugit authored Aug 19, 2024
2 parents 62ace53 + 862d4a5 commit 220bea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ smctemp -c
## Usage
```console
$ smctemp -h
Check Temperature by using Apple System Management Control (Smc) tool 0.4.0
Check Temperature by using Apple System Management Control (Smc) tool 0.5.0
Usage:
./smctemp [options]
-c : list CPU temperatures (Celsius)
Expand Down
2 changes: 1 addition & 1 deletion smctemp.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))

namespace smctemp {
const char kVersion[] = "0.4.0";
const char kVersion[] = "0.5.0";
constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC";
constexpr char kSmcCmdReadBytes = 5;
constexpr char kSmcCmdReadIndex = 8;
Expand Down

0 comments on commit 220bea7

Please sign in to comment.