diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-19 17:04:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 17:04:06 +0100 |
commit | ff14f233876544ad84434e94ea8d0b54f9ad50ba (patch) | |
tree | 2b03d3d597beff11da6a754415075fcaf7dc37ea /extra/windows/wix/alacritty.wxs | |
parent | f4fccfc7a7918473a9b98298dc35edf2a65fcb01 (diff) | |
download | alacritty-0.4.0-rc1.tar.gz alacritty-0.4.0-rc1.zip |
Bump version to 0.4.0-rc1v0.4.0-rc1
Diffstat (limited to 'extra/windows/wix/alacritty.wxs')
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index 24ed1294..0c6182c8 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.3.3" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.0-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"/> |