Change by JamesAC to detect skins with no meters OR measures to reduce issues with people loading Rainlendar skins and such.

This commit is contained in:
jsmorley
2010-09-22 14:04:00 +00:00
parent 15992c2dc3
commit c1fda93526
3 changed files with 16 additions and 7 deletions

View File

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