Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
oviradoi committed Feb 12, 2022
1 parent b758b58 commit 1c4fa22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Explorer/src/ExplorerDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ IDC_LEFTRIGHT CURSOR "..\\res\\leftright.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,4,0
PRODUCTVERSION 1,9,4,0
FILEVERSION 1,9,5,0
PRODUCTVERSION 1,9,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -308,12 +308,12 @@ BEGIN
VALUE "Comments", "Visit https://github.com/oviradoi/npp-explorer-plugin"
VALUE "CompanyName", "Jens Lorenz"
VALUE "FileDescription", "Notepad++ Explorer Plugin : a free (GNU) source code file explorer"
VALUE "FileVersion", "1, 9, 4, 0"
VALUE "FileVersion", "1, 9, 5, 0"
VALUE "InternalName", "Explorer"
VALUE "LegalCopyright", "Copyright � 2006-2020"
VALUE "LegalCopyright", "Copyright � 2006-2022"
VALUE "OriginalFilename", "Explorer.dll"
VALUE "ProductName", "Jens Lorenz Explorer"
VALUE "ProductVersion", "1, 9, 4, 0"
VALUE "ProductVersion", "1, 9, 5, 0"
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,5 +1,5 @@
version: 1.9.4.{build}
image: Visual Studio 2017
version: 1.9.5.{build}
image: Visual Studio 2022


environment:
Expand All @@ -21,7 +21,7 @@ install:
- if "%platform%"=="Win32" set archi=x86
- if "%platform%"=="Win32" set platform_input=Win32

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


build_script:
Expand Down

0 comments on commit 1c4fa22

Please sign in to comment.