Skip to content

Commit 967f69b

Browse files
committed
Upgrade Version Number to 84.3.10
1 parent 240c90e commit 967f69b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: Visual Studio 2015
22

3-
version: 83.4.2-CI{build}
3+
version: 84.3.10-CI{build}
44

55
clone_depth: 10
66

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2015",
55
[Parameter(Position = 1)]
6-
[string] $Version = "83.4.2",
6+
[string] $Version = "84.3.10",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "83.4.2"
8+
[string] $AssemblyVersion = "84.3.10"
99
)
1010

1111
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

0 commit comments

Comments
 (0)