Skip to content

Commit 792388f

Browse files
committed
Belated update of IE version resources for 3.8 release
1 parent e85b830 commit 792388f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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.8.0.0
13+
========
14+
* Release to synchronize with release of Selenium project.
15+
* Updates to JavaScript automation atoms.
16+
1217
v3.7.0.1
1318
========
1419
* Updated IE setAlertText command to check for invalid data.

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,7,0,1
54-
PRODUCTVERSION 3,7,0,1
53+
FILEVERSION 3,8,0,0
54+
PRODUCTVERSION 3,8,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.7.0.1"
71+
VALUE "FileVersion", "3.8.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.7.0.1"
76+
VALUE "ProductVersion", "3.8.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/build.desc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
visualc_release(name = "win32",
22
deps = [
33
"//javascript/ie-driver:atoms",
4-
":ie_result_type_cpp",
54
":sizzle"
65
],
76
platform = "Win32",
@@ -13,7 +12,6 @@ visualc_release(name = "win32",
1312
visualc_release(name = "x64",
1413
deps = [
1514
"//javascript/ie-driver:atoms",
16-
":ie_result_type_cpp",
1715
":sizzle"
1816
],
1917
platform = "x64",

0 commit comments

Comments
 (0)