From 1ee9137ea297704de216493886a98340b584100e Mon Sep 17 00:00:00 2001 From: jsmorley Date: Tue, 12 Oct 2010 15:01:48 +0000 Subject: [PATCH] Updating all build files and processes to create 1.4 beta starting point. Also adding file: TextFuncUF16.nsh to Rainstaller folder for UNICODE support. If you download Build.py, be sure to set the paths to executables to your paths before using. --- Application/Application.rc | 8 ++++---- Library/Rainmeter.h | 4 ++-- revision-number.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Application/Application.rc b/Application/Application.rc index 88c1d6c6..c5592b3d 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,550 - PRODUCTVERSION 1,3,0,550 + FILEVERSION 1,4,0,562 + PRODUCTVERSION 1,4,0,562 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, 550" + VALUE "FileVersion", "1, 4, 0, 562" VALUE "InternalName", "Rainmeter" VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy" VALUE "OriginalFilename", "Rainmeter.exe" VALUE "ProductName", "Rainmeter" - VALUE "ProductVersion", "1, 3, 0, 550" + VALUE "ProductVersion", "1, 4, 0, 562" END END BLOCK "VarFileInfo" diff --git a/Library/Rainmeter.h b/Library/Rainmeter.h index d179160e..f1a11b33 100644 --- a/Library/Rainmeter.h +++ b/Library/Rainmeter.h @@ -32,13 +32,13 @@ #define MAKE_VER(major, minor1, minor2) major * 1000000 + minor1 * 1000 + minor2 #define APPNAME L"Rainmeter" -#define APPVERSION L"1.3" +#define APPVERSION L"1.4" #ifdef _WIN64 #define APPBITS L"(64-bit)" #else #define APPBITS L"(32-bit)" #endif -#define RAINMETER_VERSION MAKE_VER(1, 3, 0) +#define RAINMETER_VERSION MAKE_VER(1, 4, 0) void RainmeterRefresh(HWND, const char* arg); void RainmeterRefreshApp(HWND, const char* arg); diff --git a/revision-number.h b/revision-number.h index fe5efbc7..e0ae36cc 100644 --- a/revision-number.h +++ b/revision-number.h @@ -1,3 +1,3 @@ #pragma once -const int revision_number = 550; +const int revision_number = 562; const bool revision_beta = true; \ No newline at end of file