Cranked version 7.7.2.0 (#334)

Cranked version 7.7.2.0
This commit is contained in:
Yanbing 2018-07-26 11:03:08 -07:00 committed by GitHub
parent 84e87be8ae
commit 0f9808f190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -51,8 +51,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,7,1,0 FILEVERSION 7,7,2,0
PRODUCTVERSION 7,7,1,0 PRODUCTVERSION 7,7,2,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -67,7 +67,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "FileVersion", "7.7.1.0" VALUE "FileVersion", "7.7.2.0"
VALUE "ProductName", "OpenSSH for Windows" VALUE "ProductName", "OpenSSH for Windows"
VALUE "ProductVersion", "OpenSSH_7.7p1 for Windows" VALUE "ProductVersion", "OpenSSH_7.7p1 for Windows"
END END