From 15119b769a5055fc8bfb4c8543b2e19cf11b143c Mon Sep 17 00:00:00 2001 From: amaitland Date: Wed, 1 Feb 2017 12:08:58 +1000 Subject: [PATCH] Upgrade to 3.2883.1552.g88ff29a Former-commit-id: 748faf3a80878016e9d78a3df28e11a3f2a7a25c --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 58aae54..b9246c6 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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('.'))