Skip to content

Commit 695e419

Browse files
committed
Setup: Use high version when doing local build
This way the build can be installed over existing older installation.
1 parent 3bceac1 commit 695e419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Src/Setup/__MakeFinal.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
77
rem git clean -dfx
88

99
rem Default version
10-
set CS_VERSION=4.4.110
10+
set CS_VERSION=4.4.1000
1111

1212
if defined APPVEYOR_BUILD_VERSION (
1313
set CS_VERSION=%APPVEYOR_BUILD_VERSION%

Src/Setup/__MakeFinalAllLanguages.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
99
rem git clean -dfx
1010

1111
rem Default version
12-
set CS_VERSION=4.3.2
12+
set CS_VERSION=4.4.1000
1313

1414
if defined APPVEYOR_BUILD_VERSION (
1515
set CS_VERSION=%APPVEYOR_BUILD_VERSION%

Src/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup Label="UserMacros" />
55
<PropertyGroup>
66
<!-- Default product version to use if CS_VERSION environment variable is not defined -->
7-
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.3.2</CS_VERSION>
7+
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.4.1000</CS_VERSION>
88
</PropertyGroup>
99
<ItemDefinitionGroup>
1010
<ResourceCompile>

0 commit comments

Comments
 (0)