Skip to content

Commit 28387fe

Browse files
authored
Update version to 9.1.0.0 (#643)
1 parent a6bacec commit 28387fe

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

0 commit comments

Comments
 (0)