diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-14 03:26:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 06:26:44 +0300 |
commit | 143501a009f2071fa212fd87f48843ae58325432 (patch) | |
tree | 6dd464ce71892aa105f4812db970f4a83a971c49 /extra/windows/wix/alacritty.wxs | |
parent | bfb1a571d19d2dba11b3a4376ccb10d9352abeb4 (diff) | |
download | alacritty-143501a009f2071fa212fd87f48843ae58325432.tar.gz alacritty-143501a009f2071fa212fd87f48843ae58325432.zip |
Bump version to 0.6.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 ad90179a..3d0431b8 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.6.0-dev" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.6.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"/> |