Skip to content

Commit 3c307af

Browse files
authored
crank version to 9.2 (#660)
1 parent f71f81e commit 3c307af

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

0 commit comments

Comments
 (0)