summaryrefslogtreecommitdiffstats
path: root/extra/windows
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-15 13:38:46 +0000
committerGitHub <noreply@github.com>2020-11-15 13:38:46 +0000
commit2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9 (patch)
tree0f49067b9146f07de911f11b6a47be3b7237f5e3 /extra/windows
parentc5340a2ccca9d2e7a6f5f60854800f377f896855 (diff)
Bump development version to 0.7.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'extra/windows')
-rw-r--r--extra/windows/wix/alacritty.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs
index ad90179a..342e82b1 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.7.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"/>