diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-06-09 22:10:42 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-06-09 22:10:42 +0200 |
commit | 0b88b9fee48b52c475daf2b9436797b3e6572331 (patch) | |
tree | 9c56cfb7bcb6de080176b79500e749ad8944248b /extra/windows | |
parent | 204c46c7f9469a9d58ccc882afbd057f8675ef11 (diff) | |
download | alacritty-0b88b9fee48b52c475daf2b9436797b3e6572331.tar.gz alacritty-0b88b9fee48b52c475daf2b9436797b3e6572331.zip |
Bump version to 0.3.3-rc1v0.3.3-rc1
Diffstat (limited to 'extra/windows')
-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 eabb1825..59f1ee69 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.2" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.3.3-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"/> |