Skip to content

Commit 14ecb9d

Browse files
authored
update openssh banner (#748)
1 parent 7033d00 commit 14ecb9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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,5,0,0
55-
PRODUCTVERSION 9,5,0,0
54+
FILEVERSION 9,8,0,0
55+
PRODUCTVERSION 9,8,0,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.5.0.0"
70+
VALUE "FileVersion", "9.8.0.0"
7171
VALUE "ProductName", "OpenSSH for Windows"
72-
VALUE "ProductVersion", "OpenSSH_9.5p1 for Windows"
72+
VALUE "ProductVersion", "OpenSSH_9.8p1 for Windows"
7373
END
7474
END
7575
BLOCK "VarFileInfo"

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* $OpenBSD: version.h,v 1.102 2024/07/01 04:31:59 djm Exp $ */
22

3-
#define SSH_VERSION "OpenSSH_for_Windows_9.8"
3+
#define SSH_VERSION "OpenSSH_for_Windows_9.8 Win32-OpenSSH-GitHub"
44

55
#define SSH_PORTABLE "p1"
66
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE

0 commit comments

Comments
 (0)