-
Notifications
You must be signed in to change notification settings - Fork 156
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
3 changed files
with
12 additions
and
6 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 |
---|---|---|
|
@@ -63,7 +63,7 @@ BEGIN | |
LTEXT "eMail:",IDC_STATIC_EMAIL,12,41,21,9 | ||
CTEXT "At first, I would like to thank Don for his great program and his support to create this plugin. Also I would like to thank Vitaliy and\nRichard Mant for their support.", | ||
IDC_STATIC_THX,7,67,216,25 | ||
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.10", | ||
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.11", | ||
IDC_STATIC,7,7,216,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME | | ||
WS_EX_TRANSPARENT | ||
LTEXT "https://sourceforge.net/projects/npp-plugins", | ||
|
@@ -386,8 +386,8 @@ END | |
// | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 0,9,10,0 | ||
PRODUCTVERSION 0,9,10,0 | ||
FILEVERSION 0,9,11,0 | ||
PRODUCTVERSION 0,9,11,0 | ||
FILEFLAGSMASK 0x3fL | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x21L | ||
|
@@ -405,12 +405,12 @@ BEGIN | |
VALUE "Comments", "Visit: https://sourceforge.net/projects/npp-plugins" | ||
VALUE "CompanyName", "[email protected]" | ||
VALUE "FileDescription", "Notepad++ Plugin : a free (GNU) source code hex editor" | ||
VALUE "FileVersion", "0.9.10" | ||
VALUE "FileVersion", "0.9.11" | ||
VALUE "InternalName", "HexEditor for npp.exe" | ||
VALUE "LegalCopyright", "Copyright 2006-2008 by Jens Lorenz" | ||
VALUE "OriginalFilename", "HexEditor.dll" | ||
VALUE "ProductName", "Hex Edit Plugin" | ||
VALUE "ProductVersion", "0.9.10" | ||
VALUE "ProductVersion", "0.9.11" | ||
VALUE "SpecialBuild", "UNICODE" | ||
END | ||
END | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 0.9.10.{build} | ||
version: 0.9.11.{build} | ||
image: Visual Studio 2019 | ||
|
||
|
||
|