Skip to content

Commit

Permalink
bump version to v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Jan 23, 2022
1 parent 8f930a2 commit a438a0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions HexEditor/change.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

Change-log for HexEditor.dll

------------------------------------------------------------------------------------
22/01/23 v0.9.11 :
------------------------------------------------------------------------------------
New: Added code to allow Cut, Copy & Paste of binary values
to fix copy of 0x00 being replaced by 0x20. PR #62

------------------------------------------------------------------------------------
21/08/29 v0.9.10 :
------------------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions HexEditor/src/HEXDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
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


Expand Down

0 comments on commit a438a0f

Please sign in to comment.