Skip to content

Commit 67350aa

Browse files
committed
bump version to v0.9.12
1 parent 0cc944e commit 67350aa

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

HexEditor/change.log

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

22
Change-log for HexEditor.dll
33

4+
------------------------------------------------------------------------------------
5+
22/02/02 v0.9.12 :
6+
------------------------------------------------------------------------------------
7+
Fix: first steps to avoid issue HexEditor x64 binary makes Notepad++ v8.2.2 crash #65
8+
Fix: Workaround to avoid crash #51 at the cost of no statusbar updates,
9+
better solution still needs to be found
10+
411
------------------------------------------------------------------------------------
512
22/01/23 v0.9.11 :
613
------------------------------------------------------------------------------------

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.11",
66+
CTEXT "HEX-Editor Plugin for Notepad++ v8.2.2 v0.9.12",
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,11,0
390-
PRODUCTVERSION 0,9,11,0
389+
FILEVERSION 0,9,12,0
390+
PRODUCTVERSION 0,9,12,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.11"
408+
VALUE "FileVersion", "0.9.12"
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.11"
413+
VALUE "ProductVersion", "0.9.12"
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.11.{build}
1+
version: 0.9.12.{build}
22
image: Visual Studio 2019
33

44

0 commit comments

Comments
 (0)