diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-18 00:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 00:50:25 +0000 |
commit | 8ff7246c3190924943202d1f427606289a6fe295 (patch) | |
tree | feff915135bec1c526da270c937a22d1adf10e3e /extra/windows/wix/alacritty.wxs | |
parent | 4883c4139acae49b77ecf60aff24364924246db0 (diff) | |
download | alacritty-8ff7246c3190924943202d1f427606289a6fe295.tar.gz alacritty-8ff7246c3190924943202d1f427606289a6fe295.zip |
Bump version to RC2v0.4.2-rc2
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 88bf9820..610a699f 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.2-rc1" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.2-rc2" 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"/> |