Skip to content

Commit a438a0f

Browse files
committed
bump version to v0.9.11
1 parent 8f930a2 commit a438a0f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

HexEditor/change.log

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
Change-log for HexEditor.dll
33

4+
------------------------------------------------------------------------------------
5+
22/01/23 v0.9.11 :
6+
------------------------------------------------------------------------------------
7+
New: Added code to allow Cut, Copy & Paste of binary values
8+
to fix copy of 0x00 being replaced by 0x20. PR #62
9+
410
------------------------------------------------------------------------------------
511
21/08/29 v0.9.10 :
612
------------------------------------------------------------------------------------

HexEditor/src/HEXDialog.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BEGIN
6363
LTEXT "eMail:",IDC_STATIC_EMAIL,12,41,21,9
6464
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.",
6565
IDC_STATIC_THX,7,67,216,25
66-
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.10",
66+
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.11",
6767
IDC_STATIC,7,7,216,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME |
6868
WS_EX_TRANSPARENT
6969
LTEXT "https://sourceforge.net/projects/npp-plugins",
@@ -386,8 +386,8 @@ END
386386
//
387387

388388
VS_VERSION_INFO VERSIONINFO
389-
FILEVERSION 0,9,10,0
390-
PRODUCTVERSION 0,9,10,0
389+
FILEVERSION 0,9,11,0
390+
PRODUCTVERSION 0,9,11,0
391391
FILEFLAGSMASK 0x3fL
392392
#ifdef _DEBUG
393393
FILEFLAGS 0x21L
@@ -405,12 +405,12 @@ BEGIN
405405
VALUE "Comments", "Visit: https://sourceforge.net/projects/npp-plugins"
406406
VALUE "CompanyName", "jens.plugin.npp@gmx.de"
407407
VALUE "FileDescription", "Notepad++ Plugin : a free (GNU) source code hex editor"
408-
VALUE "FileVersion", "0.9.10"
408+
VALUE "FileVersion", "0.9.11"
409409
VALUE "InternalName", "HexEditor for npp.exe"
410410
VALUE "LegalCopyright", "Copyright 2006-2008 by Jens Lorenz"
411411
VALUE "OriginalFilename", "HexEditor.dll"
412412
VALUE "ProductName", "Hex Edit Plugin"
413-
VALUE "ProductVersion", "0.9.10"
413+
VALUE "ProductVersion", "0.9.11"
414414
VALUE "SpecialBuild", "UNICODE"
415415
END
416416
END

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9.10.{build}
1+
version: 0.9.11.{build}
22
image: Visual Studio 2019
33

44

0 commit comments

Comments
 (0)