Update version.rc (#786)

This commit is contained in:
Tess Gauthier 2025-04-17 16:23:25 -04:00 committed by GitHub
parent cb6bfef9c1
commit bdacf9868f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,8,2,0
PRODUCTVERSION 9,8,2,0
FILEVERSION 9,8,3,0
PRODUCTVERSION 9,8,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,7 +67,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "9.8.2.0"
VALUE "FileVersion", "9.8.3.0"
VALUE "ProductName", "OpenSSH for Windows"
VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
END