Skip to content

Commit

Permalink
Upgrade to 3.2883.1552.g88ff29a
Browse files Browse the repository at this point in the history
Former-commit-id: 748faf3a80878016e9d78a3df28e11a3f2a7a25c
  • Loading branch information
amaitland committed Feb 1, 2017
1 parent 58d8732 commit 15119b7
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.1545.gd685d27"
$CefVersion = "3.2883.1552.g88ff29a"
# Take the cef version and strip the commit hash
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))

Expand Down

0 comments on commit 15119b7

Please sign in to comment.