From 4549e4a8989f0f9a06112a234a6cf25193d125c5 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Sun, 30 May 2010 16:22:54 +0000 Subject: [PATCH] Updating some Enigma skins before RC build --- 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 e59e65ec..d2a00159 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,413 - PRODUCTVERSION 1,2,0,413 + FILEVERSION 1,2,0,421 + PRODUCTVERSION 1,2,0,421 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, 413" + VALUE "FileVersion", "1, 2, 0, 421" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 2, 0, 413" + VALUE "ProductVersion", "1, 2, 0, 421" END END BLOCK "VarFileInfo" diff --git a/revision-number.h b/revision-number.h index 5f2d0ba3..0fb2be0e 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,2 +1,2 @@ #pragma once -const int revision_number = 413; \ No newline at end of file +const int revision_number = 421; \ No newline at end of file