Committing JamesAC / spx changes to SpeedFan plugin to support conversion of default Centigrade temp values to Fahrenheit or Kelvin. Also manual update to support change.

This commit is contained in:
jsmorley
2010-05-09 17:14:20 +00:00
parent d0fe23ec1f
commit befa90ce8f
3 changed files with 63 additions and 15 deletions

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,399
PRODUCTVERSION 1,2,0,399
FILEVERSION 1,2,0,401
PRODUCTVERSION 1,2,0,401
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -45,12 +45,12 @@ BEGIN
BLOCK "040b04b0"
BEGIN
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
VALUE "FileVersion", "1, 2, 0, 399"
VALUE "FileVersion", "1, 2, 0, 401"
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 2, 0, 399"
VALUE "ProductVersion", "1, 2, 0, 401"
END
END
BLOCK "VarFileInfo"