aboutsummaryrefslogtreecommitdiff
path: root/extra/windows/wix/alacritty.wxs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-18 03:03:41 +0000
committerGitHub <noreply@github.com>2021-07-18 03:03:41 +0000
commit1d8bd73bc3252fb8ed6d6777c98e9143133f6aba (patch)
tree1d7c0802c95f6f8ca7310124e708c9fb97bde3a3 /extra/windows/wix/alacritty.wxs
parent6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (diff)
downloadr-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.gz
r-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.bz2
r-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.zip
Bump development version to 0.10.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'extra/windows/wix/alacritty.wxs')
-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 961faeb8..a8c97d39 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.8.0-dev" Manufacturer="Alacritty">
+ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.10.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"/>