Skip to content

Commit 3a3e525

Browse files
committed
0.9.0
1 parent b6ad7f8 commit 3a3e525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)
22

33
project(
44
ExaPlot
5-
VERSION 0.0.0
5+
VERSION 0.9.0
66
LANGUAGES CXX
77
)
88

packaging/windows/Package.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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">
33
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
44

55
<MediaTemplate EmbedCab="yes" />

packaging/windows/package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
$Env:BUILDDIR = "..\..\build"
22
$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

0 commit comments

Comments
 (0)