-fix: recoding minipath's version.h to UTF-8 (Sig), because it contains codepage dependant copyright sign

This commit is contained in:
Rainer Kottenhoff 2017-11-08 12:20:12 +01:00
parent a4299465a1
commit f3eb57ac25

View File

@ -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"