Skip to content

Commit

Permalink
Upgrade to CEF 62 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego1149 authored and perlun committed Nov 27, 2017
1 parent 195d1de commit 49c5115
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NuGet/cef.sdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CefSdkVer>cef.sdk.3.2785.1486</CefSdkVer>
<CefSdkVer>cef.sdk.3.3202.1686</CefSdkVer>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows

Date: August 18, 2016

CEF Version: 3.2743.1447.g37d988b
CEF Version: 3.3202.1686.gd665578
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
@37d988bda8bdff39f538ace426040faab1599b58

Chromium Verison: 52.0.2743.116
Chromium Verison: 62.0.3202.94
Chromium URL: https://chromium.googlesource.com/chromium/src.git
@feb0ea45a0164eef52aa2631dd95d7c85fa65faa

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VisualStudioVersion: 12.0

version: 57.0.0-CI{build}
version: 62.0.0-CI{build}

shallow_clone: true

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ param(
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/",

[Parameter(Position = 3)]
$CefVersion = "3.3112.1657.g2c22842"
$CefVersion = "3.3202.1686.gd665578"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 49c5115

Please sign in to comment.