This repository has been archived by the owner on Aug 12, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* See License.txt for details about distribution and modification. | ||
* | ||
* (c) XhmikosR 2010-2015 | ||
* (c) XhmikosR 2010-2016 | ||
* https://github.com/XhmikosR/notepad2-mod | ||
* | ||
* | ||
|
@@ -37,8 +37,8 @@ | |
#define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_REV | ||
#define VERSION_FILEVERSION STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." \ | ||
STRINGIFY(VERSION_BUILD) "." STRINGIFY(VERSION_REV) | ||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2015" | ||
#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2014" | ||
#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2016" | ||
#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2016" | ||
#define VERSION_AUTHORNAME L"Florian Balmer" | ||
#define VERSION_WEBPAGEDISPLAY L"flo's freeware - http://www.flos-freeware.ch" | ||
#define VERSION_EMAILDISPLAY L"[email protected]" | ||
|