diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-04 09:55:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 09:55:13 +0000 |
commit | 6ff4e840f8a12e72ae7cb30566ee57df4289082d (patch) | |
tree | 5df2a12cdfce797776b1473aa71e700a17f06753 /extra/windows/wix | |
parent | 08e111dfae15d2428d87c3a80c68d858b144d287 (diff) | |
download | alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.tar.gz alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.zip |
Bump development version to 0.8.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'extra/windows/wix')
-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 342e82b1..961faeb8 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-dev" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.8.0-dev" 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"/> |