summaryrefslogtreecommitdiffstats
path: root/extra/windows
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-14 16:39:02 +0000
committerGitHub <noreply@github.com>2020-03-14 16:39:02 +0000
commit6801c4a4fd40d380ae7878f6f791473f73a02a1e (patch)
tree635d6128c305849cafde4abe2fee2accd286e277 /extra/windows
parentead8d68c69914c2d391165da43ffd8bb0e35a9a5 (diff)
Bump version to 0.5.0-dev
This is a bump of 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 cd66059d..1b9a101c 100644
--- a/extra/windows/wix/alacritty.wxs
+++ b/extra/windows/wix/alacritty.wxs
@@ -2,7 +2,7 @@
<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.4.2-dev" Manufacturer="Alacritty">
+ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.5.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"/>