From 20bd9e6f0be0a2e14a7af2f66f106e3a0e290e54 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Wed, 9 Jun 2010 16:48:54 +0000 Subject: [PATCH] Couple of minor changes to manual Several minor tweaks to Gnometer Updated history.htm for the RC3 Release --- 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 1f5820bc..e8c45c56 100644 --- a/Application/Application.rc +++ b/Application/Application.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,0,429 - PRODUCTVERSION 1,2,0,429 + FILEVERSION 1,2,0,437 + PRODUCTVERSION 1,2,0,437 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, 429" + VALUE "FileVersion", "1, 2, 0, 437" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 2, 0, 429" + VALUE "ProductVersion", "1, 2, 0, 437" END END BLOCK "VarFileInfo" diff --git a/revision-number.h b/revision-number.h index 547ea529..52b4066d 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,2 +1,2 @@ #pragma once -const int revision_number = 429; \ No newline at end of file +const int revision_number = 437; \ No newline at end of file