Starting point for 1.3 beta:

Changes to multiple files to change version number
Changes by JamesAC / spx to improve management of Windows Mssages, mostly to support working with the DexPot folks
Addition of the Win7AudioPlugin plugin by reiswaffle. This includes plugin code and changes to the Rainmeter.sln project file.
This commit is contained in:
jsmorley
2010-06-20 20:52:52 +00:00
parent c84f3bd35b
commit 34387ce2cf
9 changed files with 1322 additions and 7 deletions

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,438
PRODUCTVERSION 1,2,0,438
FILEVERSION 1,3,0,440
PRODUCTVERSION 1,3,0,440
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, 438"
VALUE "FileVersion", "1, 3, 0, 440"
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 2, 0, 438"
VALUE "ProductVersion", "1, 3, 0, 440"
END
END
BLOCK "VarFileInfo"