diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 22:08:51 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-05-01 20:37:56 +0000 |
commit | 706f476dee4f636ad5ce50e310f3a28e51987896 (patch) | |
tree | 8f94734ff02fef93989025464e921d4e093518c6 /extra/windows/wix/alacritty.wxs | |
parent | e5c0353eca9aa688f73bd2c581742751f353de55 (diff) | |
download | alacritty-128a2e2ee23b3968ab86c6c8f92133da5d970ab8.tar.gz alacritty-128a2e2ee23b3968ab86c6c8f92133da5d970ab8.zip |
Bump version to 0.8.0-rc3v0.8.0-rc3alacritty_terminal_v0.14.0-rc3
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 bb7b4f6e..609accfd 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="windows-1252"?> <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.8.0-rc2" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.8.0-rc3" 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"/> |