We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bacec commit 28387feCopy full SHA for 28387fe
contrib/win32/openssh/version.rc
@@ -51,8 +51,8 @@ END
51
//
52
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 8,9,1,0
55
- PRODUCTVERSION 8,9,1,0
+ FILEVERSION 9,1,0,0
+ PRODUCTVERSION 9,1,0,0
56
FILEFLAGSMASK 0x3fL
57
#ifdef _DEBUG
58
FILEFLAGS 0x1L
@@ -67,9 +67,9 @@ BEGIN
67
BEGIN
68
BLOCK "040904b0"
69
70
- VALUE "FileVersion", "8.9.1.0"
+ VALUE "FileVersion", "9.1.0.0"
71
VALUE "ProductName", "OpenSSH for Windows"
72
- VALUE "ProductVersion", "OpenSSH_8.9p1 for Windows"
+ VALUE "ProductVersion", "OpenSSH_9.1p1 for Windows"
73
END
74
75
BLOCK "VarFileInfo"
0 commit comments