Skip to content

Commit 3dd70c2

Browse files
committed
Updating IE driver resources and prebuilts to 3.150.2.0
1 parent d00efc1 commit 3dd70c2

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

cpp/iedriver/IEDriver.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
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
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Driver library for the IE driver"
71-
VALUE "FileVersion", "3.150.1.1"
71+
VALUE "FileVersion", "3.150.2.0"
7272
VALUE "InternalName", "IEDriver.dll"
73-
VALUE "LegalCopyright", "Copyright (C) 2019"
73+
VALUE "LegalCopyright", "Copyright (C) 2021"
7474
VALUE "OriginalFilename", "IEDriver.dll"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.150.1.1"
76+
VALUE "ProductVersion", "3.150.201"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

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+
1218
v3.150.1.1
1319
==========
1420
* Made checking of the Content-Length header case-insensitive. This fixes

cpp/iedriverserver/IEDriverServer.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
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
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Command line server for the IE driver"
71-
VALUE "FileVersion", "3.150.1.1"
71+
VALUE "FileVersion", "3.150.2.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
73-
VALUE "LegalCopyright", "Copyright (C) 2019"
73+
VALUE "LegalCopyright", "Copyright (C) 2021"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.150.1.1"
76+
VALUE "ProductVersion", "3.150.2.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
-64 KB
Binary file not shown.
-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)