diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-02-19 23:59:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 23:59:48 +0000 |
commit | 5ac8060bf45e39f4f7dbdf095f3f1fd7d02dcd86 (patch) | |
tree | b38582f23e8a4e323d13c620003cf4a587df0631 /extra/windows/wix/alacritty.wxs | |
parent | 917eeb5cf29c395dcd1cc909fbde7d7a05386110 (diff) | |
download | alacritty-5ac8060bf45e39f4f7dbdf095f3f1fd7d02dcd86.tar.gz alacritty-5ac8060bf45e39f4f7dbdf095f3f1fd7d02dcd86.zip |
Bump version to 0.7.2v0.7.2alacritty_terminal_v0.13.0v0.7.2
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 312b9a6c..5dbb8d05 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.2-rc2" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.7.2" 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"/> |