Skip to content

Commit 0adbd4b

Browse files
authored
Update version.rc
1 parent 746d4ae commit 0adbd4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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,8,3,0
55-
PRODUCTVERSION 9,8,3,0
54+
FILEVERSION 10,0,0,0
55+
PRODUCTVERSION 10,0,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.8.3.0"
70+
VALUE "FileVersion", "10.0.0.0"
7171
VALUE "ProductName", "OpenSSH for Windows"
72-
VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
72+
VALUE "ProductVersion", "OpenSSH_10.0p2 for Windows"
7373
END
7474
END
7575
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)