Skip to content

Commit

Permalink
Merge pull request #43 from Shuzhengz/2.1.5r
Browse files Browse the repository at this point in the history
2.1.5 Release
  • Loading branch information
Shuzhengz authored Jul 26, 2022
2 parents e1331e9 + a66b7ce commit e86f04f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ The project currently builds with the configuration: `Debug` `Win32` (You will n

Do not build the project without TPFCIcon and TPFCIcon_noballons, they are necessary parts of the application and the main fan control software will not function without them

The source code of spinoff releases of the program (i.e. 2.1.5 B) for different machines are stored within the archive direcotry, you can build them by subsituting the main fancontrol directory with the fancontrol directory of the desiered version. Note that TPFCIcon and TPFCIcon_noballons should stay the same for every release.

### Note

If you get Linker Tools Error LNK2026: module unsafe for SAFESEH image when building:
Expand Down
2 changes: 1 addition & 1 deletion fancontrol/fancontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "TaskbarTextIcon.h"


#define FANCONTROLVERSION "2.1.4 Dual Fan"
#define FANCONTROLVERSION "2.1.5 Dual Fan"

#define WM__DISMISSDLG WM_USER+5
#define WM__GETDATA WM_USER+6
Expand Down

0 comments on commit e86f04f

Please sign in to comment.