Crank versions (#693)

* Update version.rc

* Update libressl version in paths.targets
This commit is contained in:
Tess Gauthier 2023-09-28 16:39:39 -04:00 committed by GitHub
parent 1ab66dd3d4
commit 96f8702f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<OpenSSH-Src-Path>$(SolutionDir)..\..\..\</OpenSSH-Src-Path>
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
<LibreSSLVersion>3.7.2.0</LibreSSLVersion>
<LibreSSLVersion>3.7.3.0</LibreSSLVersion>
<ZLibVersion>1.3</ZLibVersion>
<fido2Version>1.13.0</fido2Version>
<!--libcbor version is not used in the build; it is needed for pipeline compliance tasks-->

View File

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