Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
Add support for Pi 400 and CM4. (#3)
Get the true clock rate values (#1)
  • Loading branch information
driver1998 committed Mar 12, 2021
1 parent 2266457 commit ad41ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PiMon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "driver1998"
VALUE "FileDescription", PIMON_APPNAME
VALUE "FileVersion", "1.0.6"
VALUE "FileVersion", PIMON_VERSION
VALUE "InternalName", PIMON_APPNAME
VALUE "LegalCopyright", "Copyright (c) driver1998"
VALUE "OriginalFilename", PIMON_APPNAME ".exe"
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

#ifdef _UNICODE
#define PIMON_APPNAME L"PiMon"
#define PIMON_VERSION L"1.1.1"
#define PIMON_VERSION L"1.1.2"
#else
#define PIMON_APPNAME "PiMon"
#define PIMON_VERSION "1.1.1"
#define PIMON_VERSION "1.1.2"
#endif

#define PIMON_FILE_VERSION 1,1,1,0
#define PIMON_FILE_VERSION 1,1,2,0

#endif

0 comments on commit ad41ff2

Please sign in to comment.