Skip to content

Commit 176b4a9

Browse files
committed
Updating IE prebuilts, version resources, and CHANGELOG for 3.10 release
1 parent f857c6b commit 176b4a9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ 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.10.0.0
13+
=========
14+
* Release to synchronize with release of Selenium project.
15+
1216
v3.9.0.4
1317
========
1418
* Fixed behavior for user prompts appearing during JavaScript execution.

cpp/iedriverserver/IEDriverServer.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,9,0,4
54-
PRODUCTVERSION 3,9,0,4
53+
FILEVERSION 3,10,0,0
54+
PRODUCTVERSION 3,10,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.9.0.4"
71+
VALUE "FileVersion", "3.10.0.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2017"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.9.0.4"
76+
VALUE "ProductVersion", "3.10.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)