From 4089f815b058d80250989425c4d91c89e296dd63 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Wed, 27 Oct 2010 00:11:48 +0000 Subject: [PATCH] Update to remove the current (Gnometer, Enigma, Arcs) skins and themes from the build, add the new Illustro starter skin(s) by poiru, and update the build and install process for 1.4. This is a first pass for testing, and should not be used for a public beta yet. --- Application/Application.rc | 8 ++++---- revision-number.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Application.rc b/Application/Application.rc index c5592b3d..1d85a466 100644 --- a/Application/Application.rc +++ b/Application/Application.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,0,562 - PRODUCTVERSION 1,4,0,562 + FILEVERSION 1,4,0,567 + PRODUCTVERSION 1,4,0,567 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BLOCK "040b04b0" BEGIN VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter" - VALUE "FileVersion", "1, 4, 0, 562" + VALUE "FileVersion", "1, 4, 0, 567" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 4, 0, 562" + VALUE "ProductVersion", "1, 4, 0, 567" END END BLOCK "VarFileInfo" diff --git a/revision-number.h b/revision-number.h index e0ae36cc..2b24d9dc 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,3 +1,3 @@ #pragma once -const int revision_number = 562; +const int revision_number = 567; const bool revision_beta = true; \ No newline at end of file