Skip to content

Commit

Permalink
Update appveyor.yml version number
Browse files Browse the repository at this point in the history
Fix build.ps1 error for CEF version
  • Loading branch information
amaitland committed Nov 1, 2015
1 parent 42281eb commit 2f4dd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 45.0.0-CI{build}
version: 47.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 @@ -7,7 +7,7 @@ param(
[Parameter(Position = 2)]
[string] $AssemblyVersion = "47.0.0",
[Parameter(Position = 3)]
[string] $RedistVersion = "3.3.2526.1347"
[string] $RedistVersion = "3.2526.1347"
)

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

0 comments on commit 2f4dd4a

Please sign in to comment.