From f3eb57ac251dcade40411d1d0f511b396d4b3d5b Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 8 Nov 2017 12:20:12 +0100 Subject: [PATCH] -fix: recoding minipath's version.h to UTF-8 (Sig), because it contains codepage dependant copyright sign --- minipath/src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/minipath/src/version.h b/minipath/src/version.h index acac0274e..e79dfd89f 100644 --- a/minipath/src/version.h +++ b/minipath/src/version.h @@ -1,4 +1,4 @@ -/****************************************************************************** +/****************************************************************************** * * * * * MiniPath - Notepad3 Explorer Plugin * @@ -7,7 +7,7 @@ * MiniPath version information * * Based on code from metapath, (c) Florian Balmer 1996-2011 * * * -* (c) Rizonesoft 2008-2016 * +* (c) Rizonesoft 2008-2017 * * https://rizonesoft.com * * * * * @@ -28,8 +28,8 @@ #define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_REV,VERSION_BUILD #define VERSION_FILEVERSION_SHORT STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." \ STRINGIFY(VERSION_REV) "." STRINGIFY(VERSION_BUILD) -#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2016" -#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2016" +#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2008-2017" +#define VERSION_LEGALCOPYRIGHT_LONG L"Copyright © Rizonesoft 2008-2017" #define VERSION_INTERNALNAME L"MiniPath" #define VERSION_ORIGINALFILENAME L"minipath.exe"