Update versions (#673)
* bump dependency versions * bump version to 9.2.2.0
This commit is contained in:
parent
33a141fb2f
commit
01f950cf97
|
@ -4,11 +4,11 @@
|
||||||
<OpenSSH-Src-Path>$(SolutionDir)..\..\..\</OpenSSH-Src-Path>
|
<OpenSSH-Src-Path>$(SolutionDir)..\..\..\</OpenSSH-Src-Path>
|
||||||
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
|
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
|
||||||
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
|
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
|
||||||
<LibreSSLVersion>3.6.1.0</LibreSSLVersion>
|
<LibreSSLVersion>3.7.2.0</LibreSSLVersion>
|
||||||
<ZLibVersion>1.2.13</ZLibVersion>
|
<ZLibVersion>1.2.13</ZLibVersion>
|
||||||
<fido2Version>1.12.0</fido2Version>
|
<fido2Version>1.13.0</fido2Version>
|
||||||
<!--libcbor version is not used in the bulid; it is needed for pipeline compliance tasks-->
|
<!--libcbor version is not used in the bulid; it is needed for pipeline compliance tasks-->
|
||||||
<libcborVersion>0.8.0</libcborVersion>
|
<libcborVersion>0.10.1</libcborVersion>
|
||||||
<LibreSSL-Path>$(SolutionDir)\LibreSSL\sdk\</LibreSSL-Path>
|
<LibreSSL-Path>$(SolutionDir)\LibreSSL\sdk\</LibreSSL-Path>
|
||||||
<LibreSSL-x86-Path>$(SolutionDir)\LibreSSL\bin\desktop\x86\</LibreSSL-x86-Path>
|
<LibreSSL-x86-Path>$(SolutionDir)\LibreSSL\bin\desktop\x86\</LibreSSL-x86-Path>
|
||||||
<LibreSSL-x64-Path>$(SolutionDir)\LibreSSL\bin\desktop\x64\</LibreSSL-x64-Path>
|
<LibreSSL-x64-Path>$(SolutionDir)\LibreSSL\bin\desktop\x64\</LibreSSL-x64-Path>
|
||||||
|
|
|
@ -51,8 +51,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 9,2,0,0
|
FILEVERSION 9,2,2,0
|
||||||
PRODUCTVERSION 9,2,0,0
|
PRODUCTVERSION 9,2,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", "9.2.0.0"
|
VALUE "FileVersion", "9.2.2.0"
|
||||||
VALUE "ProductName", "OpenSSH for Windows"
|
VALUE "ProductName", "OpenSSH for Windows"
|
||||||
VALUE "ProductVersion", "OpenSSH_9.2p1 for Windows"
|
VALUE "ProductVersion", "OpenSSH_9.2p1 for Windows"
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue