diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-08 12:04:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 12:04:41 +0000 |
commit | 97fc6c777769387e60c2dbc5880569658e8d23ba (patch) | |
tree | b3f81c9c5f6b3f29aa17895bdeb7435e31e7d78f /extra/windows/wix/alacritty.wxs | |
parent | e6c4a2b0852253252ec069850523cc4fc955eec8 (diff) | |
download | alacritty-09d8d35de05fa6df43c3fd23fb91a35652ede657.tar.gz alacritty-09d8d35de05fa6df43c3fd23fb91a35652ede657.zip |
Bump version to 0.7.0v0.7.0alacritty_terminal_v0.12.0v0.7.0
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 c268cd32..e3a7ffbf 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-rc2" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.7.0" 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"/> |