From 5d2e750d3fd8d3f835808fd61e1b36e664f4201f Mon Sep 17 00:00:00 2001 From: jsmorley Date: Wed, 14 Jul 2010 10:47:48 +0000 Subject: [PATCH] RainBrowser: Final spit and polish on the new interface. --- 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 941cdb2e..e286a3a8 100644 --- a/Application/Application.rc +++ b/Application/Application.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,0,462 - PRODUCTVERSION 1,3,0,462 + FILEVERSION 1,3,0,465 + PRODUCTVERSION 1,3,0,465 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, 462" + VALUE "FileVersion", "1, 3, 0, 465" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 3, 0, 462" + VALUE "ProductVersion", "1, 3, 0, 465" END END BLOCK "VarFileInfo" diff --git a/revision-number.h b/revision-number.h index eed37d2d..c2b8ff08 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,2 +1,2 @@ #pragma once -const int revision_number = 462; \ No newline at end of file +const int revision_number = 465; \ No newline at end of file