Skip to content

Commit 49f9ca0

Browse files
committed
bump to v0.9.8
1 parent af03ec8 commit 49f9ca0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.8 v0.9.7",
66+
CTEXT "HEX-Editor Plugin for Notepad++ v7.8 v0.9.8",
6767
IDC_STATIC,7,7,216,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME |
6868
WS_EX_TRANSPARENT
6969
LTEXT "http://sourceforge.net/projects/npp-plugins",
@@ -386,8 +386,8 @@ END
386386
//
387387

388388
VS_VERSION_INFO VERSIONINFO
389-
FILEVERSION 0,9,7,0
390-
PRODUCTVERSION 0,9,7,0
389+
FILEVERSION 0,9,8,0
390+
PRODUCTVERSION 0,9,8,0
391391
FILEFLAGSMASK 0x3fL
392392
#ifdef _DEBUG
393393
FILEFLAGS 0x21L
@@ -405,12 +405,12 @@ BEGIN
405405
VALUE "Comments", "Visit: http://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.7"
408+
VALUE "FileVersion", "0.9.8"
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.7"
413+
VALUE "ProductVersion", "0.9.8"
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.7.{build}
1+
version: 0.9.8.{build}
22
image: Visual Studio 2017
33

44

0 commit comments

Comments
 (0)