Skip to content

Commit cca99e5

Browse files
authored
Merge pull request #36 from narugit/feature/update_ver_0.4.0
feat: update to 0.4.0
2 parents 1c3d3cb + 3535393 commit cca99e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ smctemp -c
2222
## Usage
2323
```console
2424
$ smctemp -h
25-
Check Temperature by using Apple System Management Control (Smc) tool 0.3.2
25+
Check Temperature by using Apple System Management Control (Smc) tool 0.4.0
2626
Usage:
2727
./smctemp [options]
2828
-c : list CPU temperatures (Celsius)

smctemp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))
3434

3535
namespace smctemp {
36-
const std::string kVersion = "0.3.2";
36+
const char kVersion[] = "0.4.0";
3737
constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC";
3838
constexpr char kSmcCmdReadBytes = 5;
3939
constexpr char kSmcCmdReadIndex = 8;

0 commit comments

Comments
 (0)