Update version to 9.1.0.0 (#643)

This commit is contained in:
Vivian Thiebaut 2022-12-01 12:36:56 -05:00 committed by GitHub
parent a6bacec020
commit 28387feffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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