Skip to content

Commit

Permalink
bump version to v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Aug 29, 2021
1 parent b0e8ecf commit b1413fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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

------------------------------------------------------------------------------------
21/08/29 v0.9.10 :
------------------------------------------------------------------------------------
Fix: Support for additional toolbar icons
Note: updated N++ interface files to 8.1

------------------------------------------------------------------------------------
21/04/24 v0.9.9 :
------------------------------------------------------------------------------------
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++ v7.9 v0.9.9",
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.10",
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,9,0
PRODUCTVERSION 0,9,9,0
FILEVERSION 0,9,10,0
PRODUCTVERSION 0,9,10,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.9"
VALUE "FileVersion", "0.9.10"
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.9"
VALUE "ProductVersion", "0.9.10"
VALUE "SpecialBuild", "UNICODE"
END
END
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: 0.9.9.{build}
version: 0.9.10.{build}
image: Visual Studio 2019


environment:
matrix:
#- PlatformToolset: v141_xp
- PlatformToolset: v142

platform:
Expand All @@ -26,7 +25,6 @@ install:
- if "%platform%"=="arm64" set archi=amd64_arm64
- if "%platform%"=="arm64" set platform_input=arm64

- if "%PlatformToolset%"=="v141_xp" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
- if "%PlatformToolset%"=="v142" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%


Expand Down

0 comments on commit b1413fd

Please sign in to comment.