Skip to content

Commit ae72d83

Browse files
authored
Crank version (#778)
* bump libressl version * bump openssh version
1 parent 0096029 commit ae72d83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contrib/win32/openssh/paths.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OpenSSH-Src-Path>$(SolutionDir)..\..\..\</OpenSSH-Src-Path>
55
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
66
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
7-
<LibreSSLVersion>3.9.2.0</LibreSSLVersion>
7+
<LibreSSLVersion>4.0.0.0</LibreSSLVersion>
88
<ZLibVersion>1.3.1</ZLibVersion>
99
<fido2Version>1.15.0</fido2Version>
1010
<!--libcbor version is not used in the build; it is needed for pipeline compliance tasks-->

contrib/win32/openssh/version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
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
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -67,9 +67,9 @@ BEGIN
6767
BEGIN
6868
BLOCK "040904b0"
6969
BEGIN
70-
VALUE "FileVersion", "9.8.1.0"
70+
VALUE "FileVersion", "9.8.2.0"
7171
VALUE "ProductName", "OpenSSH for Windows"
72-
VALUE "ProductVersion", "OpenSSH_9.8p1 for Windows"
72+
VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
7373
END
7474
END
7575
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)