Skip to content

Commit d6acda7

Browse files
committed
Updating IE driver resources and prebuilts for 4.0.0.0 release
1 parent 3ce0c01 commit d6acda7

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

cpp/iedriver/IEDriver.rc

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

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,150,2,0
54-
PRODUCTVERSION 3,150,2,0
53+
FILEVERSION 4,0,0,0
54+
PRODUCTVERSION 4,0,0,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.2.0"
71+
VALUE "FileVersion", "4.0.0.0"
7272
VALUE "InternalName", "IEDriver.dll"
7373
VALUE "LegalCopyright", "Copyright (C) 2021"
7474
VALUE "OriginalFilename", "IEDriver.dll"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.150.201"
76+
VALUE "ProductVersion", "4.0.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ 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+
v4.0.0.0
13+
========
14+
* (on behalf of Gavin Xu) Updated atoms to allow IE driver to find elements.
15+
* (on behalf of Gavin Xu) Fixed use of NewWindow3 API for use with Microsoft
16+
Edge in IE Mode.
17+
* Made further improvements for using the driver with Microsoft Edge in IE
18+
Mode.
19+
1220
v3.150.2.0
1321
==========
1422
* Updates to JavaScript automation atoms.

cpp/iedriverserver/IEDriverServer.rc

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

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,150,2,0
54-
PRODUCTVERSION 3,150,2,0
53+
FILEVERSION 4,0,0,0
54+
PRODUCTVERSION 4,0,0,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.2.0"
71+
VALUE "FileVersion", "4.0.0.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2021"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.150.2.0"
76+
VALUE "ProductVersion", "4.0.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
10.5 KB
Binary file not shown.
11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)