update openssh banner (#748)

This commit is contained in:
Tess Gauthier 2024-09-18 15:46:24 -04:00 committed by GitHub
parent 7033d00153
commit 14ecb9d70e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.102 2024/07/01 04:31:59 djm Exp $ */
#define SSH_VERSION "OpenSSH_for_Windows_9.8"
#define SSH_VERSION "OpenSSH_for_Windows_9.8 Win32-OpenSSH-GitHub"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE