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"