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 746d4ae commit 0adbd4bCopy full SHA for 0adbd4b
contrib/win32/openssh/version.rc
@@ -51,8 +51,8 @@ END
51
//
52
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 9,8,3,0
55
- PRODUCTVERSION 9,8,3,0
+ FILEVERSION 10,0,0,0
+ PRODUCTVERSION 10,0,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", "9.8.3.0"
+ VALUE "FileVersion", "10.0.0.0"
71
VALUE "ProductName", "OpenSSH for Windows"
72
- VALUE "ProductVersion", "OpenSSH_9.8p2 for Windows"
+ VALUE "ProductVersion", "OpenSSH_10.0p2 for Windows"
73
END
74
75
BLOCK "VarFileInfo"
0 commit comments