Skip to content

Commit

Permalink
Update versions (#673)
Browse files Browse the repository at this point in the history
* bump dependency versions

* bump version to 9.2.2.0
  • Loading branch information
tgauth committed Apr 12, 2023
1 parent 33a141f commit 01f950c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contrib/win32/openssh/paths.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<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.6.1.0</LibreSSLVersion>
<LibreSSLVersion>3.7.2.0</LibreSSLVersion>
<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-->
<libcborVersion>0.8.0</libcborVersion>
<libcborVersion>0.10.1</libcborVersion>
<LibreSSL-Path>$(SolutionDir)\LibreSSL\sdk\</LibreSSL-Path>
<LibreSSL-x86-Path>$(SolutionDir)\LibreSSL\bin\desktop\x86\</LibreSSL-x86-Path>
<LibreSSL-x64-Path>$(SolutionDir)\LibreSSL\bin\desktop\x64\</LibreSSL-x64-Path>
Expand Down
6 changes: 3 additions & 3 deletions contrib/win32/openssh/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,2,0,0
PRODUCTVERSION 9,2,0,0
FILEVERSION 9,2,2,0
PRODUCTVERSION 9,2,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,7 +67,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "9.2.0.0"
VALUE "FileVersion", "9.2.2.0"
VALUE "ProductName", "OpenSSH for Windows"
VALUE "ProductVersion", "OpenSSH_9.2p1 for Windows"
END
Expand Down

0 comments on commit 01f950c

Please sign in to comment.