Skip to content

Commit b1413fd

Browse files
committed
bump version to v0.9.10
1 parent b0e8ecf commit b1413fd

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
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+
21/08/29 v0.9.10 :
6+
------------------------------------------------------------------------------------
7+
Fix: Support for additional toolbar icons
8+
Note: updated N++ interface files to 8.1
9+
410
------------------------------------------------------------------------------------
511
21/04/24 v0.9.9 :
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++ v7.9 v0.9.9",
66+
CTEXT "HEX-Editor Plugin for Notepad++ v8.1 v0.9.10",
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,9,0
390-
PRODUCTVERSION 0,9,9,0
389+
FILEVERSION 0,9,10,0
390+
PRODUCTVERSION 0,9,10,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.9"
408+
VALUE "FileVersion", "0.9.10"
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.9"
413+
VALUE "ProductVersion", "0.9.10"
414414
VALUE "SpecialBuild", "UNICODE"
415415
END
416416
END

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
version: 0.9.9.{build}
1+
version: 0.9.10.{build}
22
image: Visual Studio 2019
33

44

55
environment:
66
matrix:
7-
#- PlatformToolset: v141_xp
87
- PlatformToolset: v142
98

109
platform:
@@ -26,7 +25,6 @@ install:
2625
- if "%platform%"=="arm64" set archi=amd64_arm64
2726
- if "%platform%"=="arm64" set platform_input=arm64
2827

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

3230

0 commit comments

Comments
 (0)