Skip to content

Commit bdacf98

Browse files
authored
Update version.rc (#786)
1 parent cb6bfef commit bdacf98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/win32/openssh/version.rc

Lines changed: 3 additions & 3 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,2,0
55-
PRODUCTVERSION 9,8,2,0
54+
FILEVERSION 9,8,3,0
55+
PRODUCTVERSION 9,8,3,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -67,7 +67,7 @@ BEGIN
6767
BEGIN
6868
BLOCK "040904b0"
6969
BEGIN
70-
VALUE "FileVersion", "9.8.2.0"
70+
VALUE "FileVersion", "9.8.3.0"
7171
VALUE "ProductName", "OpenSSH for Windows"
7272
VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
7373
END

0 commit comments

Comments
 (0)