Skip to content

Commit

Permalink
bump version to v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Feb 2, 2022
1 parent 0cc944e commit 67350aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions HexEditor/change.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

Change-log for HexEditor.dll

------------------------------------------------------------------------------------
22/02/02 v0.9.12 :
------------------------------------------------------------------------------------
Fix: first steps to avoid issue HexEditor x64 binary makes Notepad++ v8.2.2 crash #65
Fix: Workaround to avoid crash #51 at the cost of no statusbar updates,
better solution still needs to be found

------------------------------------------------------------------------------------
22/01/23 v0.9.11 :
------------------------------------------------------------------------------------
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.11",
CTEXT "HEX-Editor Plugin for Notepad++ v8.2.2 v0.9.12",
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,11,0
PRODUCTVERSION 0,9,11,0
FILEVERSION 0,9,12,0
PRODUCTVERSION 0,9,12,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", "jens.plugin.npp@gmx.de"
VALUE "FileDescription", "Notepad++ Plugin : a free (GNU) source code hex editor"
VALUE "FileVersion", "0.9.11"
VALUE "FileVersion", "0.9.12"
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.11"
VALUE "ProductVersion", "0.9.12"
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.11.{build}
version: 0.9.12.{build}
image: Visual Studio 2019


Expand Down

0 comments on commit 67350aa

Please sign in to comment.