Skip to content

Commit

Permalink
bump to v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Sep 20, 2020
1 parent e91ac80 commit 1789022
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions HexEditor/src/HEXDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,6,0
PRODUCTVERSION 0,9,6,0
FILEVERSION 0,9,7,0
PRODUCTVERSION 0,9,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -405,12 +405,12 @@ BEGIN
VALUE "Comments", "Visit: http://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.6"
VALUE "FileVersion", "0.9.7"
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.6"
VALUE "ProductVersion", "0.9.7"
VALUE "SpecialBuild", "UNICODE"
END
END
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 0.9.6.{build}
version: 0.9.7.{build}
image: Visual Studio 2017


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

platform:
- x64
Expand All @@ -22,8 +22,8 @@ install:
- if "%platform%"=="Win32" set archi=x86
- if "%platform%"=="Win32" set platform_input=Win32

- if "%PlatformToolset%"=="v140_xp" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi%
- 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%


build_script:
Expand Down

0 comments on commit 1789022

Please sign in to comment.