Minor changes to Rainstaller and Ranmeter Install.nsi. Tweak to Gnometer Preview Theme

This commit is contained in:
jsmorley 2010-05-20 20:46:43 +00:00
parent b0f773b0bf
commit 90e120805c
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,2 +1,2 @@
#pragma once
const int revision_number = 407;
const int revision_number = 409;