File tree 5 files changed +16
-10
lines changed
5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 50
50
//
51
51
52
52
VS_VERSION_INFO VERSIONINFO
53
- FILEVERSION 3,150,1,1
54
- PRODUCTVERSION 3,150,1,1
53
+ FILEVERSION 3,150,2,0
54
+ PRODUCTVERSION 3,150,2,0
55
55
FILEFLAGSMASK 0x3fL
56
56
#ifdef _DEBUG
57
57
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
68
68
BEGIN
69
69
VALUE "CompanyName", "Software Freedom Conservancy"
70
70
VALUE "FileDescription", "Driver library for the IE driver"
71
- VALUE "FileVersion", "3.150.1.1 "
71
+ VALUE "FileVersion", "3.150.2.0 "
72
72
VALUE "InternalName", "IEDriver.dll"
73
- VALUE "LegalCopyright", "Copyright (C) 2019 "
73
+ VALUE "LegalCopyright", "Copyright (C) 2021 "
74
74
VALUE "OriginalFilename", "IEDriver.dll"
75
75
VALUE "ProductName", "Selenium WebDriver"
76
- VALUE "ProductVersion", "3.150.1.1 "
76
+ VALUE "ProductVersion", "3.150.201 "
77
77
END
78
78
END
79
79
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ available via the project downloads page. Changes in "revision" field indicate
9
9
private releases checked into the prebuilts directory of the source tree, but
10
10
not made generally available on the downloads page.
11
11
12
+ v3.150.2.0
13
+ ==========
14
+ * Updates to JavaScript automation atoms.
15
+ * Changed source to compile against Windows 10 SDK. This means that the
16
+ executable may no longer run on versions of Windows less than Windows 10.
17
+
12
18
v3.150.1.1
13
19
==========
14
20
* Made checking of the Content-Length header case-insensitive. This fixes
Original file line number Diff line number Diff line change 50
50
//
51
51
52
52
VS_VERSION_INFO VERSIONINFO
53
- FILEVERSION 3,150,1,1
54
- PRODUCTVERSION 3,150,1,1
53
+ FILEVERSION 3,150,2,0
54
+ PRODUCTVERSION 3,150,2,0
55
55
FILEFLAGSMASK 0x3fL
56
56
#ifdef _DEBUG
57
57
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
68
68
BEGIN
69
69
VALUE "CompanyName", "Software Freedom Conservancy"
70
70
VALUE "FileDescription", "Command line server for the IE driver"
71
- VALUE "FileVersion", "3.150.1.1 "
71
+ VALUE "FileVersion", "3.150.2.0 "
72
72
VALUE "InternalName", "IEDriverServer.exe"
73
- VALUE "LegalCopyright", "Copyright (C) 2019 "
73
+ VALUE "LegalCopyright", "Copyright (C) 2021 "
74
74
VALUE "OriginalFilename", "IEDriverServer.exe"
75
75
VALUE "ProductName", "Selenium WebDriver"
76
- VALUE "ProductVersion", "3.150.1.1 "
76
+ VALUE "ProductVersion", "3.150.2.0 "
77
77
END
78
78
END
79
79
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments