summaryrefslogtreecommitdiff
path: root/extra/windows/wix
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-05 04:04:15 +0100
committerChristian Duerr <contact@christianduerr.com>2020-01-05 04:04:15 +0100
commit328aff0aff9cdf26f08cb579e945b0c87327600b (patch)
tree8f19ebfeadc7248dba49d2744fca0c3a95d8ee43 /extra/windows/wix
parent0cc68da04f109f66159aadc2404e232ab96bb97e (diff)
downloadalacritty-328aff0aff9cdf26f08cb579e945b0c87327600b.tar.gz
alacritty-328aff0aff9cdf26f08cb579e945b0c87327600b.zip
Bump version to 0.4.1-rc1v0.4.1-rc1
Diffstat (limited to 'extra/windows/wix')
-rw-r--r--extra/windows/wix/alacritty.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs
index e6e799da..a9ffd93a 100644
--- a/extra/windows/wix/alacritty.wxs
+++ b/extra/windows/wix/alacritty.wxs
@@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
- <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.1-dev" Manufacturer="Alacritty">
+ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.1-rc1" Manufacturer="Alacritty">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
<Icon Id="AlacrittyIco" SourceFile="..\extra\windows\alacritty.ico"/>