crank OpenSSH v8.6

This commit is contained in:
bagajjal 2021-05-07 16:34:30 -07:00
parent 085c1d232e
commit de3b30217c
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: 8.1.0.0.{build}
version: 8.6.0.0.{build}
image: Visual Studio 2015
branches:

View File

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,1,0,0
PRODUCTVERSION 8,1,0,0
FILEVERSION 8,6,0,0
PRODUCTVERSION 8,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,9 +67,9 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "8.1.0.0"
VALUE "FileVersion", "8.6.0.0"
VALUE "ProductName", "OpenSSH for Windows"
VALUE "ProductVersion", "OpenSSH_8.1p1 for Windows"
VALUE "ProductVersion", "OpenSSH_8.6p1 for Windows"
END
END
BLOCK "VarFileInfo"