Skip to content

Commit

Permalink
Updating IE prebuilts for 3.141.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Oct 31, 2018
1 parent ff9877d commit 6439c29
Show file tree
Hide file tree
Showing 6 changed files with 2,557 additions and 2,537 deletions.
5,072 changes: 2,543 additions & 2,529 deletions cpp/iedriver/Generated/atoms.h

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cpp/iedriver/IEDriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,14,0,15
PRODUCTVERSION 3,14,0,15
FILEVERSION 3,141,0,0
PRODUCTVERSION 3,141,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Software Freedom Conservancy"
VALUE "FileDescription", "Driver library for the IE driver"
VALUE "FileVersion", "3.14.0.15"
VALUE "FileVersion", "3.141.0.0"
VALUE "InternalName", "IEDriver.dll"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "OriginalFilename", "IEDriver.dll"
VALUE "ProductName", "Selenium WebDriver"
VALUE "ProductVersion", "3.14.0.15"
VALUE "ProductVersion", "3.141.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 6 additions & 0 deletions cpp/iedriverserver/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ available via the project downloads page. Changes in "revision" field indicate
private releases checked into the prebuilts directory of the source tree, but
not made generally available on the downloads page.

v3.141.0.0
==========
* Release to synchronize with release of Selenium project.
* Updates to JavaScript automation atoms.
* Version number updated to continue with "digits of pi" theme.

v3.14.0.15
==========
* Fixed change in behavior recognizing closing of showModalDialog windows.
Expand Down
8 changes: 4 additions & 4 deletions cpp/iedriverserver/IEDriverServer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,14,0,15
PRODUCTVERSION 3,14,0,15
FILEVERSION 3,141,0,0
PRODUCTVERSION 3,141,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Software Freedom Conservancy"
VALUE "FileDescription", "Command line server for the IE driver"
VALUE "FileVersion", "3.14.0.15"
VALUE "FileVersion", "3.141.0.0"
VALUE "InternalName", "IEDriverServer.exe"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "OriginalFilename", "IEDriverServer.exe"
VALUE "ProductName", "Selenium WebDriver"
VALUE "ProductVersion", "3.14.0.15"
VALUE "ProductVersion", "3.141.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Binary file modified cpp/prebuilt/Win32/Release/IEDriverServer.exe
Binary file not shown.
Binary file modified cpp/prebuilt/x64/Release/IEDriverServer.exe
Binary file not shown.

0 comments on commit 6439c29

Please sign in to comment.