Skip to content

Commit

Permalink
Upgrade to 3.2883.1545.gd685d27
Browse files Browse the repository at this point in the history
Former-commit-id: 630db1b15ce988aaeddb50c79f9d321bfac00365
  • Loading branch information
amaitland committed Jan 15, 2017
1 parent dcf764d commit 58d8732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'

$CefVersion = "3.2883.1542.gf264ab9"
$CefVersion = "3.2883.1545.gd685d27"
# Take the cef version and strip the commit hash
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))

Expand Down

0 comments on commit 58d8732

Please sign in to comment.