diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-08 22:34:27 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-01-08 21:54:38 +0000 |
commit | 1386887983648efc3e04aedfcd054597fb60bac4 (patch) | |
tree | 7b8b685e9d9cea453c7fd8adc607a9aa40822769 /extra/windows | |
parent | 8e74e57bad8a1f6adf078314b6007617897d6c43 (diff) | |
download | alacritty-1386887983648efc3e04aedfcd054597fb60bac4.tar.gz alacritty-1386887983648efc3e04aedfcd054597fb60bac4.zip |
Bump version to 0.7.0-rc1v0.7.1-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 e3a7ffbf..68ff10dc 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.7.0" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.7.1-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"/> |