Update version.rc (#754)

This commit is contained in:
Tess Gauthier 2024-10-09 16:38:44 -04:00 committed by GitHub
parent e1661bfcb4
commit d7e886b9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,8,0,0 FILEVERSION 9,8,1,0
PRODUCTVERSION 9,8,0,0 PRODUCTVERSION 9,8,1,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", "9.8.0.0" VALUE "FileVersion", "9.8.1.0"
VALUE "ProductName", "OpenSSH for Windows" VALUE "ProductName", "OpenSSH for Windows"
VALUE "ProductVersion", "OpenSSH_9.8p1 for Windows" VALUE "ProductVersion", "OpenSSH_9.8p1 for Windows"
END END