File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<OpenSSH-Src-Path >$(SolutionDir)..\..\..\</OpenSSH-Src-Path >
5
5
<OpenSSH-Bin-Path >$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path >
6
6
<OpenSSH-Lib-Path >$(SolutionDir)lib\</OpenSSH-Lib-Path >
7
- <LibreSSLVersion >3.9.2 .0</LibreSSLVersion >
7
+ <LibreSSLVersion >4.0.0 .0</LibreSSLVersion >
8
8
<ZLibVersion >1.3.1</ZLibVersion >
9
9
<fido2Version >1.15.0</fido2Version >
10
10
<!-- libcbor version is not used in the build; it is needed for pipeline compliance tasks-->
Original file line number Diff line number Diff line change 51
51
//
52
52
53
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 9,8,1 ,0
55
- PRODUCTVERSION 9,8,1 ,0
54
+ FILEVERSION 9,8,2 ,0
55
+ PRODUCTVERSION 9,8,2 ,0
56
56
FILEFLAGSMASK 0x3fL
57
57
#ifdef _DEBUG
58
58
FILEFLAGS 0x1L
67
67
BEGIN
68
68
BLOCK "040904b0"
69
69
BEGIN
70
- VALUE "FileVersion", "9.8.1 .0"
70
+ VALUE "FileVersion", "9.8.2 .0"
71
71
VALUE "ProductName", "OpenSSH for Windows"
72
- VALUE "ProductVersion", "OpenSSH_9.8p1 for Windows"
72
+ VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
73
73
END
74
74
END
75
75
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments