File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)
2
2
3
3
project (
4
4
ExaPlot
5
- VERSION 0.0 .0
5
+ VERSION 0.9 .0
6
6
LANGUAGES CXX
7
7
)
8
8
Original file line number Diff line number Diff line change 1
1
<Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
2
- <Package Name =" ExaPlot" Manufacturer =" bytemarx" Version =" 0.0 .0" UpgradeCode =" 3b2c80ef-cb27-4d90-8850-a262f07aae0a" >
2
+ <Package Name =" ExaPlot" Manufacturer =" bytemarx" Version =" 0.9 .0" UpgradeCode =" 3b2c80ef-cb27-4d90-8850-a262f07aae0a" >
3
3
<MajorUpgrade DowngradeErrorMessage =" !(loc.DowngradeError)" />
4
4
5
5
<MediaTemplate EmbedCab =" yes" />
Original file line number Diff line number Diff line change 1
1
$Env: BUILDDIR = " ..\..\build"
2
2
$Env: ICONFILE = " ..\..\app\res\icon.ico"
3
- wix build - arch x64 .\Package.wxs .\Folders.wxs .\AppComponents.wxs .\Package.en- us.wxl - o exaplot- 0.0 .0. msi
3
+ wix build - arch x64 .\Package.wxs .\Folders.wxs .\AppComponents.wxs .\Package.en- us.wxl - o exaplot- 0.9 .0. msi
You can’t perform that action at this time.
0 commit comments