From fff4520ca0a704ba8eec830628d65646e330f77d Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 1 Sep 2021 00:51:25 +0300 Subject: [PATCH] Updated change log and version info --- CHANGELOG.md | 4 ++++ ExplorerPatcher/ExplorerPatcher.rc | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdec041..1643bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22000.168.0.11 + +Fixes [#3](https://github.com/valinet/ExplorerPatcher/issues/3) and [#10](https://github.com/valinet/ExplorerPatcher/issues/10). + ## 22000.168.0.10 Improved Explorer hooking. diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 118a031..ff62186 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,168,0,10 - PRODUCTVERSION 22000,168,0,10 + FILEVERSION 22000,168,0,11 + PRODUCTVERSION 22000,168,0,11 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.168.0.10" + VALUE "FileVersion", "22000.168.0.11" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.168.0.10" + VALUE "ProductVersion", "22000.168.0.11" END END BLOCK "VarFileInfo"