mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-16 12:20:09 +10:00
Setup: Use high version when doing local build
This way the build can be installed over existing older installation.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<!-- Default product version to use if CS_VERSION environment variable is not defined -->
|
||||
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.3.2</CS_VERSION>
|
||||
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.4.1000</CS_VERSION>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ResourceCompile>
|
||||
|
||||
Reference in New Issue
Block a user